simon-pltk commited on
Commit
0c53ec2
·
verified ·
1 Parent(s): 0e23f0e

Upload prontoqa_cot_eval.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. prontoqa_cot_eval.yaml +32 -0
prontoqa_cot_eval.yaml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ project: coconut
2
+ save_path: /home/ubuntu/coconut/checkpoints
3
+ name: prontoqa-cot
4
+
5
+ only_eval: True
6
+
7
+ coconut: False
8
+ cot: True
9
+ no_thoughts: False
10
+ no_cot: False
11
+
12
+ c_thought: 0
13
+ epochs_per_stage: 1
14
+ max_latent_stage: 0
15
+ pad_latent_to_max: True
16
+
17
+ save_only_improve: True
18
+ uniform_prob: 0.0
19
+ model_id: openai-community/gpt2
20
+ load_model_path: /home/ubuntu/coconut/checkpoints/prontoqa-cot/checkpoint_29
21
+ seed: 0
22
+ resume: 0
23
+ bf16: False
24
+ train_path: data/prontoqa_train.json
25
+ val_path: data/prontoqa_test.json
26
+ reset_optimizer: False
27
+ batch_size_training: 32
28
+ debug: False
29
+ gradient_accumulation_steps: 4
30
+ num_epochs: 50
31
+ lr: !!float "1e-4"
32
+ weight_decay: 0.01