silvermete0r commited on
Commit
cff358c
·
verified ·
1 Parent(s): b25ff3b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gemma",
3
+ "preset": "gemma_instruct_2b_en",
4
+ "backend": "jax",
5
+ "lora_rank": 64,
6
+ "sequence_length": 314,
7
+ "optimizer": {
8
+ "type": "AdamW",
9
+ "learning_rate": 5e-5,
10
+ "weight_decay": 0.01,
11
+ "beta_1": 0.9,
12
+ "beta_2": 0.999,
13
+ "exclude_from_weight_decay": ["bias", "scale"]
14
+ },
15
+ "training": {
16
+ "batch_size": 2,
17
+ "epochs": 1,
18
+ "dataset": "saillab/alpaca_kazakh_taco"
19
+ }
20
+ }