Asilarkness commited on
Commit
0ed8ff1
·
verified ·
1 Parent(s): f9a9247

Add TestGeniy v6 dialogue SFT candidate metadata

Browse files
Files changed (1) hide show
  1. dialogue_sft_v6/manifest.json +55 -0
dialogue_sft_v6/manifest.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate": "testgeniy-v6-dialogue-sft",
3
+ "status": "accepted dialogue-focused candidate; not universal main checkpoint",
4
+ "source_repo": "Asilarkness/testgeniy",
5
+ "source_commit": "116679b75b635dcbb0d21d068b74fcafc599947b",
6
+ "source_checkpoint": "resume/structured_sft_latest.pt",
7
+ "real_only": true,
8
+ "synthetic": false,
9
+ "mtp": false,
10
+ "training": {
11
+ "steps": 420,
12
+ "micro_batch": 2,
13
+ "grad_accum": 8,
14
+ "learning_rate": 5e-07,
15
+ "max_len": 768,
16
+ "seed": 20260819,
17
+ "optimizer": "AdamW",
18
+ "full_parameter_finetune": true,
19
+ "sources": {
20
+ "OpenAssistant/oasst1": 10791,
21
+ "nvidia/HelpSteer2": 8996
22
+ }
23
+ },
24
+ "evaluation": {
25
+ "fixed_suite_n": 100,
26
+ "original": {
27
+ "gsm8k_test": 20.0,
28
+ "math500_test": 4.0,
29
+ "arc_challenge_test": 21.0,
30
+ "folio_validation": 34.0,
31
+ "composite": 19.75
32
+ },
33
+ "dialogue_sft": {
34
+ "gsm8k_test": 24.0,
35
+ "math500_test": 7.0,
36
+ "arc_challenge_test": 26.0,
37
+ "folio_validation": 29.0,
38
+ "composite": 21.5
39
+ },
40
+ "dialogue_candidate_gate": "passed aggregate gate",
41
+ "helpsteer2_human_rated_pair_accuracy": {
42
+ "original": 46.00484261501211,
43
+ "candidate": 45.27845036319613,
44
+ "n": 413
45
+ },
46
+ "oasst_human_preference_accuracy": {
47
+ "original": 58.0,
48
+ "candidate": 55.0,
49
+ "n": 100
50
+ }
51
+ },
52
+ "files": {
53
+ "dialogue_sft.pt": "PyTorch checkpoint for the custom TestGeniy architecture; load with the project code."
54
+ }
55
+ }