radm commited on
Commit
6cdf428
1 Parent(s): 3897930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -25
README.md CHANGED
@@ -28,32 +28,8 @@ Only LoRA adapter for base model can be found here (https://huggingface.co/radm/
28
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
  Use repository (https://github.com/r4dm/arena-hard-local) for evaluate with local judge model.
30
 
31
- ## Training Details
32
-
33
- ### Training Data
34
-
35
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
36
- Datasets:
37
- - radm/arenahard_gpt4vsllama3
38
- - radm/truthy-dpo-v0.1-ru
39
- - jondurbin/truthy-dpo-v0.1
40
-
41
- #### Training Hyperparameters
42
-
43
- - **Training regime:** [bf16] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
44
- - **Load in 4 bit:** [True]
45
- - **Target modules:** [all]
46
- - **LoRA rank:** [16]
47
- - **Max seq length:** [8192]
48
- - **Use gradient checkpointing:** [unsloth]
49
- - **trainer:** [ORPOTrainer]
50
- - **Batch size:** [1]
51
- - **Gradient accumulation steps:** [4]
52
- - **Epochs:** [1]
53
-
54
  ### Results
55
 
56
-
57
  #### Llama-3-70B-Instruct-GPTQ as judge:
58
  ```console
59
  Llama-3-Instruct-8B-SimPO | score: 78.3 | 95% CI: (-1.5, 1.2) | average #tokens: 545
@@ -79,7 +55,30 @@ Vikhr-7B-instruct_0.5 | score: 14.2 | 95% CI: (-
79
  alpindale_gemma-2b-it | score: 7.9 | 95% CI: (-0.9, 0.8) | average #tokens: 425
80
  ```
81
 
82
- ## Hardware
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  - **Hardware Type:** [Nvidia A100 80 gb]
85
  - **Hours used:** [11 hours]
 
28
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
  Use repository (https://github.com/r4dm/arena-hard-local) for evaluate with local judge model.
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ### Results
32
 
 
33
  #### Llama-3-70B-Instruct-GPTQ as judge:
34
  ```console
35
  Llama-3-Instruct-8B-SimPO | score: 78.3 | 95% CI: (-1.5, 1.2) | average #tokens: 545
 
55
  alpindale_gemma-2b-it | score: 7.9 | 95% CI: (-0.9, 0.8) | average #tokens: 425
56
  ```
57
 
58
+ ## Training Details
59
+
60
+ ### Training Data
61
+
62
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
63
+ Datasets:
64
+ - radm/arenahard_gpt4vsllama3
65
+ - radm/truthy-dpo-v0.1-ru
66
+ - jondurbin/truthy-dpo-v0.1
67
+
68
+ #### Training Hyperparameters
69
+
70
+ - **Training regime:** [bf16] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
71
+ - **Load in 4 bit:** [True]
72
+ - **Target modules:** [all]
73
+ - **LoRA rank:** [16]
74
+ - **Max seq length:** [8192]
75
+ - **Use gradient checkpointing:** [unsloth]
76
+ - **trainer:** [ORPOTrainer]
77
+ - **Batch size:** [1]
78
+ - **Gradient accumulation steps:** [4]
79
+ - **Epochs:** [1]
80
+
81
+ ### Hardware
82
 
83
  - **Hardware Type:** [Nvidia A100 80 gb]
84
  - **Hours used:** [11 hours]