SaylorTwift HF staff commited on
Commit
faab28b
1 Parent(s): eb56901

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
  \ [OpenBuddy/openbuddy-openllama-13b-v7-fp16](https://huggingface.co/OpenBuddy/openbuddy-openllama-13b-v7-fp16)\
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_OpenBuddy__openbuddy-openllama-13b-v7-fp16\"\
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-13T09:46:52.076737](https://huggingface.co/datasets/open-llm-leaderboard/details_OpenBuddy__openbuddy-openllama-13b-v7-fp16/blob/main/results_2023-10-13T09-46-52.076737.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.13496224832214765,\n\
@@ -35,33 +35,45 @@ configs:
35
  - split: 2023_10_13T09_46_52.076737
36
  path:
37
  - '**/details_harness|drop|3_2023-10-13T09-46-52.076737.parquet'
 
 
 
38
  - split: latest
39
  path:
40
- - '**/details_harness|drop|3_2023-10-13T09-46-52.076737.parquet'
41
  - config_name: harness_gsm8k_5
42
  data_files:
43
  - split: 2023_10_13T09_46_52.076737
44
  path:
45
  - '**/details_harness|gsm8k|5_2023-10-13T09-46-52.076737.parquet'
 
 
 
46
  - split: latest
47
  path:
48
- - '**/details_harness|gsm8k|5_2023-10-13T09-46-52.076737.parquet'
49
  - config_name: harness_winogrande_5
50
  data_files:
51
  - split: 2023_10_13T09_46_52.076737
52
  path:
53
  - '**/details_harness|winogrande|5_2023-10-13T09-46-52.076737.parquet'
 
 
 
54
  - split: latest
55
  path:
56
- - '**/details_harness|winogrande|5_2023-10-13T09-46-52.076737.parquet'
57
  - config_name: results
58
  data_files:
59
  - split: 2023_10_13T09_46_52.076737
60
  path:
61
  - results_2023-10-13T09-46-52.076737.parquet
 
 
 
62
  - split: latest
63
  path:
64
- - results_2023-10-13T09-46-52.076737.parquet
65
  ---
66
 
67
  # Dataset Card for Evaluation run of OpenBuddy/openbuddy-openllama-13b-v7-fp16
@@ -80,7 +92,7 @@ Dataset automatically created during the evaluation run of model [OpenBuddy/open
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_OpenBuddy__openbuddy-openllama
94
 
95
  ## Latest results
96
 
97
- These are the [latest results from run 2023-10-13T09:46:52.076737](https://huggingface.co/datasets/open-llm-leaderboard/details_OpenBuddy__openbuddy-openllama-13b-v7-fp16/blob/main/results_2023-10-13T09-46-52.076737.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
  \ [OpenBuddy/openbuddy-openllama-13b-v7-fp16](https://huggingface.co/OpenBuddy/openbuddy-openllama-13b-v7-fp16)\
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_OpenBuddy__openbuddy-openllama-13b-v7-fp16\"\
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-14T17:51:28.265681](https://huggingface.co/datasets/open-llm-leaderboard/details_OpenBuddy__openbuddy-openllama-13b-v7-fp16/blob/main/results_2023-10-14T17-51-28.265681.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.13496224832214765,\n\
 
35
  - split: 2023_10_13T09_46_52.076737
36
  path:
37
  - '**/details_harness|drop|3_2023-10-13T09-46-52.076737.parquet'
38
+ - split: 2023_10_14T17_51_28.265681
39
+ path:
40
+ - '**/details_harness|drop|3_2023-10-14T17-51-28.265681.parquet'
41
  - split: latest
42
  path:
43
+ - '**/details_harness|drop|3_2023-10-14T17-51-28.265681.parquet'
44
  - config_name: harness_gsm8k_5
45
  data_files:
46
  - split: 2023_10_13T09_46_52.076737
47
  path:
48
  - '**/details_harness|gsm8k|5_2023-10-13T09-46-52.076737.parquet'
49
+ - split: 2023_10_14T17_51_28.265681
50
+ path:
51
+ - '**/details_harness|gsm8k|5_2023-10-14T17-51-28.265681.parquet'
52
  - split: latest
53
  path:
54
+ - '**/details_harness|gsm8k|5_2023-10-14T17-51-28.265681.parquet'
55
  - config_name: harness_winogrande_5
56
  data_files:
57
  - split: 2023_10_13T09_46_52.076737
58
  path:
59
  - '**/details_harness|winogrande|5_2023-10-13T09-46-52.076737.parquet'
60
+ - split: 2023_10_14T17_51_28.265681
61
+ path:
62
+ - '**/details_harness|winogrande|5_2023-10-14T17-51-28.265681.parquet'
63
  - split: latest
64
  path:
65
+ - '**/details_harness|winogrande|5_2023-10-14T17-51-28.265681.parquet'
66
  - config_name: results
67
  data_files:
68
  - split: 2023_10_13T09_46_52.076737
69
  path:
70
  - results_2023-10-13T09-46-52.076737.parquet
71
+ - split: 2023_10_14T17_51_28.265681
72
+ path:
73
+ - results_2023-10-14T17-51-28.265681.parquet
74
  - split: latest
75
  path:
76
+ - results_2023-10-14T17-51-28.265681.parquet
77
  ---
78
 
79
  # Dataset Card for Evaluation run of OpenBuddy/openbuddy-openllama-13b-v7-fp16
 
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-14T17:51:28.265681](https://huggingface.co/datasets/open-llm-leaderboard/details_OpenBuddy__openbuddy-openllama-13b-v7-fp16/blob/main/results_2023-10-14T17-51-28.265681.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
  {