arampacha commited on
Commit
ee25a6d
·
1 Parent(s): 7a8baec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,11 +11,11 @@ datasets:
11
 
12
  ---
13
 
14
- # GPT-Code-Clippy-125M-APPS
15
 
16
  ## Model Description
17
 
18
- GPT-CC-125M-APPS is a GPT-Neo-125M finetuned on APPS dataset. This model is specialized to solve programming tasks.
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-125M-apps \
35
- --model_name_or_path EleutherAI/gpt-neo-125B \
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 \