archit11 commited on
Commit
089746c
·
verified ·
1 Parent(s): 7eedadc

Upload training_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_metrics.json +107 -0
training_metrics.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "track": "A - Extended Pre-Training",
3
+ "repo_name": "verl",
4
+ "model": "/root/.cache/huggingface/hub/models--Qwen--Qwen2.5-Coder-3B/snapshots/09d9bc5d376b0cfa0100a0694ea7de7232525803",
5
+ "corpus_dir": "data/code_corpus_verl",
6
+ "extensions": [
7
+ ".py"
8
+ ],
9
+ "split_mode": "file",
10
+ "eval_split": "test",
11
+ "eval_block_size": 1024,
12
+ "corpus_files": 214,
13
+ "train_files": 172,
14
+ "val_files": 21,
15
+ "test_files": 21,
16
+ "val_file_names": [
17
+ "verl__workers__actor__dp_actor.py",
18
+ "verl__utils__reward_score__prime_math____init__.py",
19
+ "verl__models__mcore__registry.py",
20
+ "verl__trainer__ppo__utils.py",
21
+ "verl__workers__config__model.py",
22
+ "verl__checkpoint_engine__hccl_checkpoint_engine.py",
23
+ "verl__utils__memory_buffer.py",
24
+ "verl__utils__config.py",
25
+ "verl__utils__py_functional.py",
26
+ "verl__workers__rollout__utils.py",
27
+ "verl__models__llama__megatron__layers__parallel_attention.py",
28
+ "verl__trainer__ppo__rollout_corr_helper.py",
29
+ "verl__trainer__config__algorithm.py",
30
+ "verl__utils__net_utils.py",
31
+ "verl__utils__profiler__config.py",
32
+ "verl__utils__fs.py",
33
+ "verl__trainer__sft_trainer_ray.py",
34
+ "verl__workers__rollout__vllm_rollout__utils.py",
35
+ "verl__models__weight_loader_registry.py",
36
+ "verl__utils__tracking.py",
37
+ "verl__trainer__ppo__core_algos.py"
38
+ ],
39
+ "test_file_names": [
40
+ "verl__workers__rollout__tokenizer.py",
41
+ "verl__models__mcore__qwen2_5_vl__attention.py",
42
+ "verl__protocol.py",
43
+ "verl__utils__transformers_compat.py",
44
+ "verl__workers__rollout__sglang_rollout__http_server_engine.py",
45
+ "verl__utils__import_utils.py",
46
+ "verl__models__qwen2__megatron__layers__parallel_linear.py",
47
+ "verl__models__qwen2__megatron__layers__parallel_rmsnorm.py",
48
+ "verl__models__qwen2__megatron__checkpoint_utils__qwen2_saver.py",
49
+ "verl__workers__critic__dp_critic.py",
50
+ "verl__checkpoint_engine__nccl_checkpoint_engine.py",
51
+ "verl__utils__megatron__optimizer.py",
52
+ "verl__models__qwen2__megatron__layers__parallel_decoder.py",
53
+ "verl__models__llama__megatron__checkpoint_utils__llama_loader_depracated.py",
54
+ "verl__utils__logging_utils.py",
55
+ "verl__trainer__ppo__reward.py",
56
+ "verl__interactions__base.py",
57
+ "verl__models__mcore__bridge.py",
58
+ "verl__workers__config__actor.py",
59
+ "verl__single_controller__base__worker_group.py",
60
+ "verl__utils__memory_utils.py"
61
+ ],
62
+ "block_size": 1024,
63
+ "sequence_curriculum": [
64
+ 768,
65
+ 1024
66
+ ],
67
+ "train_chunks": 533,
68
+ "val_chunks": 84,
69
+ "test_chunks": 51,
70
+ "epochs": 3.0,
71
+ "batch_size": 8,
72
+ "eval_batch_size": 8,
73
+ "grad_accum_steps": 1,
74
+ "learning_rate": 0.0001,
75
+ "lora_r": 16,
76
+ "baseline_validation_perplexity": 3.182,
77
+ "baseline_test_perplexity": 2.7764,
78
+ "baseline_perplexity": 2.7764,
79
+ "post_training_validation_perplexity": 2.7844,
80
+ "post_training_test_perplexity": 2.2379,
81
+ "post_training_perplexity": 2.2379,
82
+ "perplexity_reduction": 0.5385,
83
+ "improvement_percent": 19.3955,
84
+ "training_loss": 0.9615,
85
+ "stage_summaries": [
86
+ {
87
+ "stage": 1,
88
+ "block_size": 768,
89
+ "epochs": 1.5,
90
+ "train_chunks": 711,
91
+ "val_chunks": 112,
92
+ "test_chunks": 0,
93
+ "training_loss": 1.0578,
94
+ "validation_loss": 1.1055
95
+ },
96
+ {
97
+ "stage": 2,
98
+ "block_size": 1024,
99
+ "epochs": 1.5,
100
+ "train_chunks": 533,
101
+ "val_chunks": 84,
102
+ "test_chunks": 0,
103
+ "training_loss": 0.8652,
104
+ "validation_loss": 1.023
105
+ }
106
+ ]
107
+ }