picocreator
commited on
Commit
•
de09c79
1
Parent(s):
b3733ee
Upload 2 files
Browse files
community-request/eval/RedBrain/Eagle-7B-1T-winogrande/pretrained__RWKV__rwkv-5-world-7b,dtype__float16,trust_remote_code__True_winogrande.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
community-request/eval/RedBrain/Eagle-7B-1T-winogrande/results.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"winogrande": {
|
4 |
+
"acc,none": 0.696921862667719,
|
5 |
+
"acc_stderr,none": 0.012916727462634564,
|
6 |
+
"alias": "winogrande"
|
7 |
+
}
|
8 |
+
},
|
9 |
+
"configs": {
|
10 |
+
"winogrande": {
|
11 |
+
"task": "winogrande",
|
12 |
+
"dataset_path": "winogrande",
|
13 |
+
"dataset_name": "winogrande_xl",
|
14 |
+
"training_split": "train",
|
15 |
+
"validation_split": "validation",
|
16 |
+
"doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
17 |
+
"doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
18 |
+
"doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
19 |
+
"description": "",
|
20 |
+
"target_delimiter": " ",
|
21 |
+
"fewshot_delimiter": "\n\n",
|
22 |
+
"num_fewshot": 5,
|
23 |
+
"metric_list": [
|
24 |
+
{
|
25 |
+
"metric": "acc",
|
26 |
+
"aggregation": "mean",
|
27 |
+
"higher_is_better": true
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"output_type": "multiple_choice",
|
31 |
+
"repeats": 1,
|
32 |
+
"should_decontaminate": true,
|
33 |
+
"doc_to_decontamination_query": "sentence",
|
34 |
+
"metadata": {
|
35 |
+
"version": 1.0
|
36 |
+
}
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"versions": {
|
40 |
+
"winogrande": 1.0
|
41 |
+
},
|
42 |
+
"n-shot": {
|
43 |
+
"winogrande": 5
|
44 |
+
},
|
45 |
+
"config": {
|
46 |
+
"model": "hf",
|
47 |
+
"model_args": "pretrained=RWKV/rwkv-5-world-7b,dtype=float16,trust_remote_code=True",
|
48 |
+
"batch_size": "auto",
|
49 |
+
"batch_sizes": [
|
50 |
+
64
|
51 |
+
],
|
52 |
+
"device": null,
|
53 |
+
"use_cache": null,
|
54 |
+
"limit": null,
|
55 |
+
"bootstrap_iters": 100000,
|
56 |
+
"gen_kwargs": null
|
57 |
+
},
|
58 |
+
"git_hash": "1554066c"
|
59 |
+
}
|