SaylorTwift HF staff commited on
Commit
0d6a8b2
1 Parent(s): 1ff855f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -4,7 +4,7 @@ dataset_summary: "Dataset automatically created during the evaluation run of mod
4
  \ [yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1](https://huggingface.co/yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1)\
5
  \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
6
  \nThe dataset is composed of 3 configuration, each one coresponding to one of the\
7
- \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\
8
  \ found as a specific split in each configuration, the split being named using the\
9
  \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
10
  \nAn additional configuration \"results\" store all the aggregated results of the\
@@ -13,7 +13,7 @@ dataset_summary: "Dataset automatically created during the evaluation run of mod
13
  \nTo load the details from a run, you can for instance do the following:\n```python\n\
14
  from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1\"\
15
  ,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
16
- These are the [latest results from run 2023-10-19T17:39:53.818572](https://huggingface.co/datasets/open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1/blob/main/results_2023-10-19T17-39-53.818572.json)(note\
17
  \ that their might be results for other tasks in the repos if successive evals didn't\
18
  \ cover the same tasks. You find each in the results and the \"latest\" split for\
19
  \ each eval):\n\n```python\n{\n \"all\": {\n \"em\": 0.005138422818791947,\n\
@@ -35,33 +35,45 @@ configs:
35
  - split: 2023_10_19T17_39_53.818572
36
  path:
37
  - '**/details_harness|drop|3_2023-10-19T17-39-53.818572.parquet'
 
 
 
38
  - split: latest
39
  path:
40
- - '**/details_harness|drop|3_2023-10-19T17-39-53.818572.parquet'
41
  - config_name: harness_gsm8k_5
42
  data_files:
43
  - split: 2023_10_19T17_39_53.818572
44
  path:
45
  - '**/details_harness|gsm8k|5_2023-10-19T17-39-53.818572.parquet'
 
 
 
46
  - split: latest
47
  path:
48
- - '**/details_harness|gsm8k|5_2023-10-19T17-39-53.818572.parquet'
49
  - config_name: harness_winogrande_5
50
  data_files:
51
  - split: 2023_10_19T17_39_53.818572
52
  path:
53
  - '**/details_harness|winogrande|5_2023-10-19T17-39-53.818572.parquet'
 
 
 
54
  - split: latest
55
  path:
56
- - '**/details_harness|winogrande|5_2023-10-19T17-39-53.818572.parquet'
57
  - config_name: results
58
  data_files:
59
  - split: 2023_10_19T17_39_53.818572
60
  path:
61
  - results_2023-10-19T17-39-53.818572.parquet
 
 
 
62
  - split: latest
63
  path:
64
- - results_2023-10-19T17-39-53.818572.parquet
65
  ---
66
 
67
  # Dataset Card for Evaluation run of yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1
@@ -80,7 +92,7 @@ Dataset automatically created during the evaluation run of model [yeontaek/Platy
80
 
81
  The dataset is composed of 3 configuration, each one coresponding to one of the evaluated task.
82
 
83
- The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
84
 
85
  An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the agregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
86
 
@@ -94,7 +106,7 @@ data = load_dataset("open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-1
94
 
95
  ## Latest results
96
 
97
- These are the [latest results from run 2023-10-19T17:39:53.818572](https://huggingface.co/datasets/open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1/blob/main/results_2023-10-19T17-39-53.818572.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
98
 
99
  ```python
100
  {
 
4
  \ [yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1](https://huggingface.co/yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1)\
5
  \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
6
  \nThe dataset is composed of 3 configuration, each one coresponding to one of the\
7
+ \ evaluated task.\n\nThe dataset has been created from 2 run(s). Each run can be\
8
  \ found as a specific split in each configuration, the split being named using the\
9
  \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\
10
  \nAn additional configuration \"results\" store all the aggregated results of the\
 
13
  \nTo load the details from a run, you can for instance do the following:\n```python\n\
14
  from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1\"\
15
  ,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\
16
+ These are the [latest results from run 2023-10-22T14:08:24.468600](https://huggingface.co/datasets/open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1/blob/main/results_2023-10-22T14-08-24.468600.json)(note\
17
  \ that their might be results for other tasks in the repos if successive evals didn't\
18
  \ cover the same tasks. You find each in the results and the \"latest\" split for\
19
  \ each eval):\n\n```python\n{\n \"all\": {\n \"em\": 0.005138422818791947,\n\
 
35
  - split: 2023_10_19T17_39_53.818572
36
  path:
37
  - '**/details_harness|drop|3_2023-10-19T17-39-53.818572.parquet'
38
+ - split: 2023_10_22T14_08_24.468600
39
+ path:
40
+ - '**/details_harness|drop|3_2023-10-22T14-08-24.468600.parquet'
41
  - split: latest
42
  path:
43
+ - '**/details_harness|drop|3_2023-10-22T14-08-24.468600.parquet'
44
  - config_name: harness_gsm8k_5
45
  data_files:
46
  - split: 2023_10_19T17_39_53.818572
47
  path:
48
  - '**/details_harness|gsm8k|5_2023-10-19T17-39-53.818572.parquet'
49
+ - split: 2023_10_22T14_08_24.468600
50
+ path:
51
+ - '**/details_harness|gsm8k|5_2023-10-22T14-08-24.468600.parquet'
52
  - split: latest
53
  path:
54
+ - '**/details_harness|gsm8k|5_2023-10-22T14-08-24.468600.parquet'
55
  - config_name: harness_winogrande_5
56
  data_files:
57
  - split: 2023_10_19T17_39_53.818572
58
  path:
59
  - '**/details_harness|winogrande|5_2023-10-19T17-39-53.818572.parquet'
60
+ - split: 2023_10_22T14_08_24.468600
61
+ path:
62
+ - '**/details_harness|winogrande|5_2023-10-22T14-08-24.468600.parquet'
63
  - split: latest
64
  path:
65
+ - '**/details_harness|winogrande|5_2023-10-22T14-08-24.468600.parquet'
66
  - config_name: results
67
  data_files:
68
  - split: 2023_10_19T17_39_53.818572
69
  path:
70
  - results_2023-10-19T17-39-53.818572.parquet
71
+ - split: 2023_10_22T14_08_24.468600
72
+ path:
73
+ - results_2023-10-22T14-08-24.468600.parquet
74
  - split: latest
75
  path:
76
+ - results_2023-10-22T14-08-24.468600.parquet
77
  ---
78
 
79
  # Dataset Card for Evaluation run of yeontaek/Platypus2xOpenOrca-13B-IA3-v2.1
 
92
 
93
  The dataset is composed of 3 configuration, each one coresponding to one of the evaluated task.
94
 
95
+ The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results.
96
 
97
  An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the agregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
98
 
 
106
 
107
  ## Latest results
108
 
109
+ These are the [latest results from run 2023-10-22T14:08:24.468600](https://huggingface.co/datasets/open-llm-leaderboard/details_yeontaek__Platypus2xOpenOrca-13B-IA3-v2.1/blob/main/results_2023-10-22T14-08-24.468600.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval):
110
 
111
  ```python
112
  {