mgbam commited on
Commit
360934a
·
verified ·
1 Parent(s): b39ebd6

Upload training_summary.json

Browse files
Files changed (1) hide show
  1. training_summary.json +19 -0
training_summary.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "Qwen/Qwen2.5-0.5B-Instruct",
3
+ "dataset": "data/v0.2/prepared/gaialab_naija_v0.2_combined.jsonl",
4
+ "dataset_records": 200,
5
+ "train_records": 180,
6
+ "validation_records": 20,
7
+ "best_checkpoint": "outputs/gaialab-adapter-v0.2/checkpoint-36",
8
+ "best_metric": 1.3829631805419922,
9
+ "global_step": 36,
10
+ "train_metrics": {
11
+ "train_runtime": 111.0862,
12
+ "train_samples_per_second": 4.861,
13
+ "train_steps_per_second": 0.324,
14
+ "total_flos": 143137130188800.0,
15
+ "train_loss": 1.7332984407742817,
16
+ "epoch": 3.0
17
+ },
18
+ "human_evaluation_completed": false
19
+ }