Text Generation
Transformers
Safetensors
llama
conversational
Inference Endpoints
text-generation-inference
Files changed (1) hide show
  1. README.md +120 -4
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  license: other
3
- license_name: yi-license
4
- license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
5
  datasets:
6
  - ai2_arc
7
  - unalignment/spicy-3.1
@@ -27,11 +25,116 @@ datasets:
27
  - Intel/orca_dpo_pairs
28
  - unalignment/toxic-dpo-v0.1
29
  - jondurbin/truthy-dpo-v0.1
30
- - allenai/ultrafeedback_binarized_cleaned
31
  - Squish42/bluemoon-fandom-1-1-rp-cleaned
32
  - LDJnr/Capybara
33
  - JULIELab/EmoBank
34
  - kingbri/PIPPA-shareGPT
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # A bagel, with everything
@@ -223,4 +326,17 @@ To help me with the OpenAI/compute costs:
223
 
224
  - https://bmc.link/jondurbin
225
  - ETH 0xce914eAFC2fe52FdceE59565Dd92c06f776fcb11
226
- - BTC bc1qdwuth4vlg8x37ggntlxu5cjfwgmdy5zaa7pswf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
 
 
3
  datasets:
4
  - ai2_arc
5
  - unalignment/spicy-3.1
 
25
  - Intel/orca_dpo_pairs
26
  - unalignment/toxic-dpo-v0.1
27
  - jondurbin/truthy-dpo-v0.1
28
+ - allenai/ultrafeedback_binarized_cleaned
29
  - Squish42/bluemoon-fandom-1-1-rp-cleaned
30
  - LDJnr/Capybara
31
  - JULIELab/EmoBank
32
  - kingbri/PIPPA-shareGPT
33
+ license_name: yi-license
34
+ license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
35
+ model-index:
36
+ - name: nontoxic-bagel-34b-v0.2
37
+ results:
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: AI2 Reasoning Challenge (25-Shot)
43
+ type: ai2_arc
44
+ config: ARC-Challenge
45
+ split: test
46
+ args:
47
+ num_few_shot: 25
48
+ metrics:
49
+ - type: acc_norm
50
+ value: 72.44
51
+ name: normalized accuracy
52
+ source:
53
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
54
+ name: Open LLM Leaderboard
55
+ - task:
56
+ type: text-generation
57
+ name: Text Generation
58
+ dataset:
59
+ name: HellaSwag (10-Shot)
60
+ type: hellaswag
61
+ split: validation
62
+ args:
63
+ num_few_shot: 10
64
+ metrics:
65
+ - type: acc_norm
66
+ value: 85.64
67
+ name: normalized accuracy
68
+ source:
69
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
70
+ name: Open LLM Leaderboard
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: MMLU (5-Shot)
76
+ type: cais/mmlu
77
+ config: all
78
+ split: test
79
+ args:
80
+ num_few_shot: 5
81
+ metrics:
82
+ - type: acc
83
+ value: 76.41
84
+ name: accuracy
85
+ source:
86
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
87
+ name: Open LLM Leaderboard
88
+ - task:
89
+ type: text-generation
90
+ name: Text Generation
91
+ dataset:
92
+ name: TruthfulQA (0-shot)
93
+ type: truthful_qa
94
+ config: multiple_choice
95
+ split: validation
96
+ args:
97
+ num_few_shot: 0
98
+ metrics:
99
+ - type: mc2
100
+ value: 72.7
101
+ source:
102
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
103
+ name: Open LLM Leaderboard
104
+ - task:
105
+ type: text-generation
106
+ name: Text Generation
107
+ dataset:
108
+ name: Winogrande (5-shot)
109
+ type: winogrande
110
+ config: winogrande_xl
111
+ split: validation
112
+ args:
113
+ num_few_shot: 5
114
+ metrics:
115
+ - type: acc
116
+ value: 82.48
117
+ name: accuracy
118
+ source:
119
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
120
+ name: Open LLM Leaderboard
121
+ - task:
122
+ type: text-generation
123
+ name: Text Generation
124
+ dataset:
125
+ name: GSM8k (5-shot)
126
+ type: gsm8k
127
+ config: main
128
+ split: test
129
+ args:
130
+ num_few_shot: 5
131
+ metrics:
132
+ - type: acc
133
+ value: 58.45
134
+ name: accuracy
135
+ source:
136
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=jondurbin/nontoxic-bagel-34b-v0.2
137
+ name: Open LLM Leaderboard
138
  ---
139
 
140
  # A bagel, with everything
 
326
 
327
  - https://bmc.link/jondurbin
328
  - ETH 0xce914eAFC2fe52FdceE59565Dd92c06f776fcb11
329
+ - BTC bc1qdwuth4vlg8x37ggntlxu5cjfwgmdy5zaa7pswf
330
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
331
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_jondurbin__nontoxic-bagel-34b-v0.2)
332
+
333
+ | Metric |Value|
334
+ |---------------------------------|----:|
335
+ |Avg. |74.69|
336
+ |AI2 Reasoning Challenge (25-Shot)|72.44|
337
+ |HellaSwag (10-Shot) |85.64|
338
+ |MMLU (5-Shot) |76.41|
339
+ |TruthfulQA (0-shot) |72.70|
340
+ |Winogrande (5-shot) |82.48|
341
+ |GSM8k (5-shot) |58.45|
342
+