connorchenn commited on
Commit
60bf39e
·
verified ·
1 Parent(s): 3f099e2

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.yaml +43 -0
  2. model_2970.pt +3 -0
  3. state.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config: /root/in-context-learning-GLM/src/glm_configs/joint_training.yaml
2
+ model:
3
+ family: gpt2
4
+ n_dims: 10
5
+ n_embd: 256
6
+ n_head: 8
7
+ n_layer: 12
8
+ n_positions: 40
9
+ out_dir: gs://glm_weights/a648a15d-4896-4e95-8a8b-7150ff5ac620
10
+ test_run: false
11
+ training:
12
+ batch_size: 256
13
+ curriculum:
14
+ dims:
15
+ end: 10
16
+ inc: 2
17
+ interval: 2000
18
+ start: 10
19
+ points:
20
+ end: 40
21
+ inc: 8
22
+ interval: 2000
23
+ start: 40
24
+ data: gaussian
25
+ keep_every_steps: 10
26
+ learning_rate: 0.00025
27
+ num_tasks: 10000
28
+ num_training_examples: 10000
29
+ resume_id: null
30
+ save_every_steps: 10
31
+ task: GLM
32
+ task_kwargs:
33
+ function_type:
34
+ - neg_binomial
35
+ - poisson
36
+ scaling: 0.32
37
+ train_steps: 20000
38
+ wandb:
39
+ entity: in-context
40
+ log_every_steps: 10
41
+ name: null
42
+ notes: ''
43
+ project: in-context-training
model_2970.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81ab8be1abe0cee8d9c03af0c2d364b670585f6d7ba1b71ca7fd1ae35a87416
3
+ size 10878976
state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633907fbfca586d12a6830aec8278d1316cc46ac383fbadd9a2ff360f43af0b6
3
+ size 165713513