willengler-uc commited on
Commit
6190126
·
verified ·
1 Parent(s): 3db1f70

Upload 2 files

Browse files
Files changed (2) hide show
  1. best_model.pt +3 -0
  2. config.json +24 -0
best_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e26d91db4237ccb93777e634c5a943eb616a8b9ed375279e919a5522301f65a
3
+ size 244240575
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id_prop_path": "Out/id_prop.csv",
3
+ "prefix": "atomgpt_run",
4
+ "model_name": "google/flan-t5-small",
5
+ "batch_size": 5,
6
+ "max_length": 512,
7
+ "num_epochs": 10,
8
+ "latent_dim": 1024,
9
+ "learning_rate": 0.001,
10
+ "test_each_run": true,
11
+ "include_struct": false,
12
+ "pretrained_path": "",
13
+ "seed_val": 42,
14
+ "n_train": 650,
15
+ "n_val": 81,
16
+ "n_test": 81,
17
+ "output_dir": "atomgpt_out",
18
+ "desc_type": "desc_3",
19
+ "convert": true,
20
+ "train_ratio": null,
21
+ "val_ratio": 0.1,
22
+ "test_ratio": 0.1,
23
+ "keep_data_order": true
24
+ }