Files changed (1) hide show
  1. README.md +112 -4
README.md CHANGED
@@ -1,16 +1,111 @@
1
  ---
2
- license: llama3
3
- datasets:
4
- - HuggingFaceH4/ultrafeedback_binarized
5
  language:
6
  - en
 
7
  library_name: transformers
8
  tags:
9
  - tenyx-fine-tuning
10
  - dpo
11
  - tenyxchat
12
  - llama3
 
 
13
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # TenyxChat: Language Model Alignment using Tenyx Fine-tuning
16
 
@@ -138,4 +233,17 @@ If you use Llama3-TenyxChat-70B for your research, cite us as
138
  author={Tenyx},
139
  year={2024},
140
  }
141
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: llama3
5
  library_name: transformers
6
  tags:
7
  - tenyx-fine-tuning
8
  - dpo
9
  - tenyxchat
10
  - llama3
11
+ datasets:
12
+ - HuggingFaceH4/ultrafeedback_binarized
13
  pipeline_tag: text-generation
14
+ model-index:
15
+ - name: Llama3-TenyxChat-70B
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: IFEval (0-Shot)
22
+ type: HuggingFaceH4/ifeval
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 80.87
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: BBH
38
+ args:
39
+ num_few_shot: 3
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 49.62
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MATH Lvl 5 (4-Shot)
52
+ type: hendrycks/competition_math
53
+ args:
54
+ num_few_shot: 4
55
+ metrics:
56
+ - type: exact_match
57
+ value: 22.66
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: GPQA (0-shot)
67
+ type: Idavidrein/gpqa
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: acc_norm
72
+ value: 6.82
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: MuSR (0-shot)
82
+ type: TAUR-Lab/MuSR
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: acc_norm
87
+ value: 12.52
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: MMLU-PRO (5-shot)
97
+ type: TIGER-Lab/MMLU-Pro
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 46.78
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tenyx/Llama3-TenyxChat-70B
108
+ name: Open LLM Leaderboard
109
  ---
110
  # TenyxChat: Language Model Alignment using Tenyx Fine-tuning
111
 
 
233
  author={Tenyx},
234
  year={2024},
235
  }
236
+ ```
237
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
238
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_tenyx__Llama3-TenyxChat-70B)
239
+
240
+ | Metric |Value|
241
+ |-------------------|----:|
242
+ |Avg. |36.54|
243
+ |IFEval (0-Shot) |80.87|
244
+ |BBH (3-Shot) |49.62|
245
+ |MATH Lvl 5 (4-Shot)|22.66|
246
+ |GPQA (0-shot) | 6.82|
247
+ |MuSR (0-shot) |12.52|
248
+ |MMLU-PRO (5-shot) |46.78|
249
+