Adiuk commited on
Commit
8a6be0b
·
verified ·
1 Parent(s): a5aa966

Upload training_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_config.json +12 -0
training_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "microsoft/BitNet-b1.58-2B-4T",
3
+ "dataset": "Adiuk/adis-tool-calling-dataset",
4
+ "task": "sft",
5
+ "peft": true,
6
+ "lora_r": 16,
7
+ "lora_alpha": 32,
8
+ "epochs": 5,
9
+ "lr": 0.0002,
10
+ "batch_size": 4,
11
+ "max_seq_length": 512
12
+ }