skytree commited on
Commit
ac0a42d
·
verified ·
1 Parent(s): 070c5e0

Upload training_config.json

Browse files
Files changed (1) hide show
  1. training_config.json +15 -0
training_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "roberta-base",
3
+ "output_dir": "./ckpts/finetune_relu_roberta_from_gelu_sst5",
4
+ "learning_rate": 1e-05,
5
+ "batch_size": 32,
6
+ "num_epochs": 20,
7
+ "max_length": 128,
8
+ "warmup_steps": 500,
9
+ "weight_decay": 0.01,
10
+ "seed": 42,
11
+ "hidden_act": "relu",
12
+ "timestamp": "2025-01-13 19:56:34",
13
+ "cuda_available": true,
14
+ "cuda_device": "NVIDIA A100 80GB PCIe"
15
+ }