ssaraf1 commited on
Commit
aa7ab24
·
verified ·
1 Parent(s): d034a4e

Upload data_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. data_config.json +13 -0
data_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source": "/Users/sameersaraf/repositories/digital_employee/agentic-factory/src_slm/data/output/instruction_tuning.jsonl",
3
+ "total_samples": 648338,
4
+ "splits": {
5
+ "train": 583504,
6
+ "valid": 32417,
7
+ "test": 32417
8
+ },
9
+ "train_fraction": 0.9,
10
+ "seed": 42,
11
+ "format": "chat_completions",
12
+ "model_target": "Qwen/Qwen2.5-3B-Instruct"
13
+ }