chYassine commited on
Commit
6efd14e
·
verified ·
1 Parent(s): ecb2913

Upload training_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_config.json +9 -0
training_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "teacher_model": "chYassine/Base-AMAN",
3
+ "student_model": "Qwen/Qwen2-0.5B-Instruct",
4
+ "lora_r": 16,
5
+ "lora_alpha": 32,
6
+ "temperature": 4.0,
7
+ "alpha": 0.5,
8
+ "max_seq_len": 512
9
+ }