Kaiwen107 commited on
Commit
eb358cf
·
verified ·
1 Parent(s): 0a4ff06

Upload planar_sent_lr6e-4/config.yaml

Browse files
synthetic/planar_sent_lr6e-4/config.yaml ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tokenizer:
2
+ type: sent
3
+ max_length: -1
4
+ truncation_length: 2048
5
+ undirected: true
6
+ labeled_graph: false
7
+ seed: 42
8
+ resume: true
9
+ model:
10
+ model_name: gpt2-xs
11
+ learning_rate: 0.0006
12
+ weight_decay: 0.1
13
+ warmup_steps: 1414
14
+ max_steps: ${trainer.max_steps}
15
+ data:
16
+ batch_size: 128
17
+ num_workers: 8
18
+ test_num_workers: 0
19
+ include_hydrogens: false
20
+ data_root: data
21
+ use_cache: true
22
+ cache_dir: data/cache
23
+ hierarchy_cache_dir: data/hierarchy_cache
24
+ use_hierarchy_cache: false
25
+ hf_repo_id: MOSAIC-UCSD/MOSAIC_data_cache
26
+ dataset_name: planar
27
+ num_train: null
28
+ num_val: null
29
+ num_test: null
30
+ data_file: null
31
+ min_atoms: null
32
+ max_atoms: null
33
+ min_rings: null
34
+ trainer:
35
+ target_samples_seen: null
36
+ max_epochs: null
37
+ max_steps: 200000
38
+ val_checks_per_epoch: 5
39
+ validate_every_n_epochs: 1
40
+ val_check_interval: 1000
41
+ check_val_every_n_epoch: 1
42
+ precision: 32
43
+ gradient_clip_val: 1.0
44
+ accelerator: auto
45
+ devices: 1
46
+ num_nodes: 1
47
+ strategy: auto
48
+ accumulate_grad_batches: 1
49
+ sampling:
50
+ num_samples: 40
51
+ batch_size: 32
52
+ top_k: 10
53
+ temperature: 1.0
54
+ max_length: 2048
55
+ metrics:
56
+ compute_emd: false
57
+ orca_bin: null
58
+ precompute:
59
+ enabled: true
60
+ force: false
61
+ logs:
62
+ base_dir: /home/jovyan/vast/kaiwen/MOSAIC/outputs/linux_sweep
63
+ run_name: planar_sent_lr6e-4
64
+ path: /home/jovyan/vast/kaiwen/MOSAIC/outputs/linux_sweep/planar_sent_lr6e-4
65
+ wandb:
66
+ enabled: true
67
+ project: mosaic-linux-sweep
68
+ entity: null
69
+ name: planar_sent_lr6e-4
70
+ tags: []
71
+ notes: null
72
+ log_model: true
73
+ log_graphs: true
74
+ max_logged_molecules: 12
75
+ eval_every_n_val: 250
76
+ eval_num_samples: 5