FATE-LLM icon indicating copy to clipboard operation
FATE-LLM copied to clipboard

Issues of GPT2-example

Open tdye24 opened this issue 2 years ago • 5 comments

When I followed the GPT2-example in the tutorial, I encountered the following problem.

image

By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by from pipeline.component.nn import TrainerParam, DatasetParam

tdye24 avatar Jun 13 '23 14:06 tdye24

I also faced this problem

mystery-abby avatar Jun 14 '23 08:06 mystery-abby

When I followed the GPT2-example in the tutorial, I encountered the following problem.

image By the way, in the **GPT2-example** in the tutorial, the packages of **TrainerParam** and **DatasetParamn** are missing, and they should be imported by `from pipeline.component.nn import TrainerParam, DatasetParam `

Can you show us the version of fate-client? Also with the version of fate.

mgqa34 avatar Jun 15 '23 08:06 mgqa34

When I followed the GPT2-example in the tutorial, I encountered the following problem. image By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by from pipeline.component.nn import TrainerParam, DatasetParam

Can you show us the version of fate-client? Also with the version of fate.

The version is 1.11.2. I installed the standalone version following the guidelines 'Install FATE using a Docker image (recommended)' on page.

tdye24 avatar Jun 19 '23 02:06 tdye24

When I followed the GPT2-example in the tutorial, I encountered the following problem. image By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by from pipeline.component.nn import TrainerParam, DatasetParam

Can you show us the version of fate-client? Also with the version of fate.

The version is 1.11.2. I installed the standalone version following the guidelines 'Install FATE using a Docker image (recommended)' on page.

Please refer to deployment guide, the docker image does not have fate_llm directory.

mgqa34 avatar Jun 25 '23 03:06 mgqa34

I have copied directory python/fate_llm to {fate_install}/fate/python/fate_llm, but the error still exists.

tdye24 avatar Jun 26 '23 15:06 tdye24