rider-provider-777 commited on
Commit
92660d8
·
verified ·
1 Parent(s): 11af1b8

Upload config.json

Browse files
Files changed (1) hide show
  1. runs/exp1/config.json +20 -0
runs/exp1/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_architecture": "ResearchTransformer (Experimental)",
3
+ "dataset_name": "stas/tiny-stories",
4
+ "tokenizer_name": "gpt2",
5
+ "block_size": 256,
6
+ "batch_size": 8,
7
+ "accum_steps": 4,
8
+ "n_layer": 6,
9
+ "n_head": 8,
10
+ "n_embd": 512,
11
+ "dropout": 0.1,
12
+ "params": {
13
+ "epochs": 3,
14
+ "learning_rate": 0.0005,
15
+ "weight_decay": 0.01
16
+ },
17
+ "results_file": "runs/exp1/results.json",
18
+ "checkpoint_path": "runs/exp1/checkpoint.pt",
19
+ "sample_every_steps": 200
20
+ }