Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (b812b1e39d12aa5dd7c63b6f33158ac57e724203)
README.md
CHANGED
@@ -13,6 +13,105 @@ tags:
|
|
13 |
- qwen2.5
|
14 |
- text-generation-inference
|
15 |
- coco
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
# **COCO-7B-Instruct 1M [chain of continuesness]**
|
18 |
|
@@ -103,4 +202,18 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
103 |
Supports up to 4K tokens in output, which is shorter compared to larger models.
|
104 |
|
105 |
6. **Training Cutoff Awareness**:
|
106 |
-
Does not have real-time knowledge of events beyond its training data, which may limit its response to recent information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- qwen2.5
|
14 |
- text-generation-inference
|
15 |
- coco
|
16 |
+
model-index:
|
17 |
+
- name: COCO-7B-Instruct-1M
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: text-generation
|
21 |
+
name: Text Generation
|
22 |
+
dataset:
|
23 |
+
name: IFEval (0-Shot)
|
24 |
+
type: wis-k/instruction-following-eval
|
25 |
+
split: train
|
26 |
+
args:
|
27 |
+
num_few_shot: 0
|
28 |
+
metrics:
|
29 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
30 |
+
value: 47.43
|
31 |
+
name: averaged accuracy
|
32 |
+
source:
|
33 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
34 |
+
name: Open LLM Leaderboard
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
name: Text Generation
|
38 |
+
dataset:
|
39 |
+
name: BBH (3-Shot)
|
40 |
+
type: SaylorTwift/bbh
|
41 |
+
split: test
|
42 |
+
args:
|
43 |
+
num_few_shot: 3
|
44 |
+
metrics:
|
45 |
+
- type: acc_norm
|
46 |
+
value: 34.68
|
47 |
+
name: normalized accuracy
|
48 |
+
source:
|
49 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
50 |
+
name: Open LLM Leaderboard
|
51 |
+
- task:
|
52 |
+
type: text-generation
|
53 |
+
name: Text Generation
|
54 |
+
dataset:
|
55 |
+
name: MATH Lvl 5 (4-Shot)
|
56 |
+
type: lighteval/MATH-Hard
|
57 |
+
split: test
|
58 |
+
args:
|
59 |
+
num_few_shot: 4
|
60 |
+
metrics:
|
61 |
+
- type: exact_match
|
62 |
+
value: 30.29
|
63 |
+
name: exact match
|
64 |
+
source:
|
65 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
66 |
+
name: Open LLM Leaderboard
|
67 |
+
- task:
|
68 |
+
type: text-generation
|
69 |
+
name: Text Generation
|
70 |
+
dataset:
|
71 |
+
name: GPQA (0-shot)
|
72 |
+
type: Idavidrein/gpqa
|
73 |
+
split: train
|
74 |
+
args:
|
75 |
+
num_few_shot: 0
|
76 |
+
metrics:
|
77 |
+
- type: acc_norm
|
78 |
+
value: 7.72
|
79 |
+
name: acc_norm
|
80 |
+
source:
|
81 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
82 |
+
name: Open LLM Leaderboard
|
83 |
+
- task:
|
84 |
+
type: text-generation
|
85 |
+
name: Text Generation
|
86 |
+
dataset:
|
87 |
+
name: MuSR (0-shot)
|
88 |
+
type: TAUR-Lab/MuSR
|
89 |
+
args:
|
90 |
+
num_few_shot: 0
|
91 |
+
metrics:
|
92 |
+
- type: acc_norm
|
93 |
+
value: 13.51
|
94 |
+
name: acc_norm
|
95 |
+
source:
|
96 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
97 |
+
name: Open LLM Leaderboard
|
98 |
+
- task:
|
99 |
+
type: text-generation
|
100 |
+
name: Text Generation
|
101 |
+
dataset:
|
102 |
+
name: MMLU-PRO (5-shot)
|
103 |
+
type: TIGER-Lab/MMLU-Pro
|
104 |
+
config: main
|
105 |
+
split: test
|
106 |
+
args:
|
107 |
+
num_few_shot: 5
|
108 |
+
metrics:
|
109 |
+
- type: acc
|
110 |
+
value: 35.4
|
111 |
+
name: accuracy
|
112 |
+
source:
|
113 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FCOCO-7B-Instruct-1M
|
114 |
+
name: Open LLM Leaderboard
|
115 |
---
|
116 |
# **COCO-7B-Instruct 1M [chain of continuesness]**
|
117 |
|
|
|
202 |
Supports up to 4K tokens in output, which is shorter compared to larger models.
|
203 |
|
204 |
6. **Training Cutoff Awareness**:
|
205 |
+
Does not have real-time knowledge of events beyond its training data, which may limit its response to recent information.
|
206 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
207 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/prithivMLmods__COCO-7B-Instruct-1M-details)!
|
208 |
+
Summarized results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/contents/viewer/default/train?q=prithivMLmods%2FCOCO-7B-Instruct-1M&sort[column]=Average%20%E2%AC%86%EF%B8%8F&sort[direction]=desc)!
|
209 |
+
|
210 |
+
| Metric |Value (%)|
|
211 |
+
|-------------------|--------:|
|
212 |
+
|**Average** | 28.17|
|
213 |
+
|IFEval (0-Shot) | 47.43|
|
214 |
+
|BBH (3-Shot) | 34.68|
|
215 |
+
|MATH Lvl 5 (4-Shot)| 30.29|
|
216 |
+
|GPQA (0-shot) | 7.72|
|
217 |
+
|MuSR (0-shot) | 13.51|
|
218 |
+
|MMLU-PRO (5-shot) | 35.40|
|
219 |
+
|