Update README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,11 @@ datasets:
|
|
11 |
|
12 |
---
|
13 |
|
14 |
-
# GPT-
|
15 |
|
16 |
## Model Description
|
17 |
|
18 |
-
GPT-
|
19 |
|
20 |
## Training data
|
21 |
|
@@ -31,8 +31,8 @@ Training is done for 5 epochs using AdamW optimizer and leaner decay learning ra
|
|
31 |
|
32 |
```
|
33 |
python run_clm_apps.py \
|
34 |
-
--output_dir ./gpt-neo-
|
35 |
-
--model_name_or_path EleutherAI/gpt-neo-
|
36 |
--dataset_name ./apps.py \
|
37 |
--dataset_config_name formatted \
|
38 |
--do_train --do_eval \
|
|
|
11 |
|
12 |
---
|
13 |
|
14 |
+
# GPT-Neo-1.3B-APPS-all
|
15 |
|
16 |
## Model Description
|
17 |
|
18 |
+
GPT-Neo-1.3B-APPS-all is a GPT-Neo-1.3B finetuned on APPS dataset. This model is specialized to solve programming tasks.
|
19 |
|
20 |
## Training data
|
21 |
|
|
|
31 |
|
32 |
```
|
33 |
python run_clm_apps.py \
|
34 |
+
--output_dir ./gpt-neo-1.3B-apps \
|
35 |
+
--model_name_or_path EleutherAI/gpt-neo-1.3B \
|
36 |
--dataset_name ./apps.py \
|
37 |
--dataset_config_name formatted \
|
38 |
--do_train --do_eval \
|