SaylorTwift HF Staff commited on
Commit
b3ca160
·
1 Parent(s): bec27f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -37
README.md CHANGED
@@ -4,27 +4,21 @@ dataset_summary: "Dataset automatically created during the evaluation run of mod
4
  \ [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)\
5
  \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
6
  \nThe dataset is composed of 64 configuration, each one coresponding to one of the\
7
- \ evaluated task.\n\nThe dataset has been created from 3 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\
11
- \ run (and is used to compute and display the agregated metrics on the [Open LLM\
12
  \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
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_mistralai__Mistral-7B-v0.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-26T01:29:53.089924](https://huggingface.co/datasets/open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1/blob/main/results_2023-10-26T01-29-53.089924.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.001572986577181208,\n\
20
- \ \"em_stderr\": 0.00040584511324177333,\n \"f1\": 0.06143666107382555,\n\
21
- \ \"f1_stderr\": 0.0013713061256604275,\n \"acc\": 0.4828952478289202,\n\
22
- \ \"acc_stderr\": 0.011049793459166254\n },\n \"harness|drop|3\": {\n\
23
- \ \"em\": 0.001572986577181208,\n \"em_stderr\": 0.00040584511324177333,\n\
24
- \ \"f1\": 0.06143666107382555,\n \"f1_stderr\": 0.0013713061256604275\n\
25
- \ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.17968157695223655,\n \
26
- \ \"acc_stderr\": 0.010575119964242255\n },\n \"harness|winogrande|5\"\
27
- : {\n \"acc\": 0.7861089187056038,\n \"acc_stderr\": 0.011524466954090254\n\
28
  \ }\n}\n```"
29
  repo_url: https://huggingface.co/mistralai/Mistral-7B-v0.1
30
  leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
@@ -57,9 +51,12 @@ configs:
57
  - split: 2023_10_26T01_29_53.089924
58
  path:
59
  - '**/details_harness|gsm8k|5_2023-10-26T01-29-53.089924.parquet'
 
 
 
60
  - split: latest
61
  path:
62
- - '**/details_harness|gsm8k|5_2023-10-26T01-29-53.089924.parquet'
63
  - config_name: harness_hellaswag_10
64
  data_files:
65
  - split: 2023_09_27T15_30_59.039834
@@ -674,9 +671,12 @@ configs:
674
  - split: 2023_10_26T01_29_53.089924
675
  path:
676
  - results_2023-10-26T01-29-53.089924.parquet
 
 
 
677
  - split: latest
678
  path:
679
- - results_2023-10-26T01-29-53.089924.parquet
680
  ---
681
 
682
  # Dataset Card for Evaluation run of mistralai/Mistral-7B-v0.1
@@ -695,45 +695,31 @@ Dataset automatically created during the evaluation run of model [mistralai/Mist
695
 
696
  The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task.
697
 
698
- The dataset has been created from 3 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.
699
 
700
- 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)).
701
 
702
  To load the details from a run, you can for instance do the following:
703
  ```python
704
  from datasets import load_dataset
705
  data = load_dataset("open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1",
706
- "harness_winogrande_5",
707
  split="train")
708
  ```
709
 
710
  ## Latest results
711
 
712
- These are the [latest results from run 2023-10-26T01:29:53.089924](https://huggingface.co/datasets/open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1/blob/main/results_2023-10-26T01-29-53.089924.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):
713
 
714
  ```python
715
  {
716
  "all": {
717
- "em": 0.001572986577181208,
718
- "em_stderr": 0.00040584511324177333,
719
- "f1": 0.06143666107382555,
720
- "f1_stderr": 0.0013713061256604275,
721
- "acc": 0.4828952478289202,
722
- "acc_stderr": 0.011049793459166254
723
- },
724
- "harness|drop|3": {
725
- "em": 0.001572986577181208,
726
- "em_stderr": 0.00040584511324177333,
727
- "f1": 0.06143666107382555,
728
- "f1_stderr": 0.0013713061256604275
729
  },
730
  "harness|gsm8k|5": {
731
- "acc": 0.17968157695223655,
732
- "acc_stderr": 0.010575119964242255
733
- },
734
- "harness|winogrande|5": {
735
- "acc": 0.7861089187056038,
736
- "acc_stderr": 0.011524466954090254
737
  }
738
  }
739
  ```
 
4
  \ [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)\
5
  \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\
6
  \nThe dataset is composed of 64 configuration, each one coresponding to one of the\
7
+ \ evaluated task.\n\nThe dataset has been created from 4 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\
11
+ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\
12
  \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\
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_mistralai__Mistral-7B-v0.1\"\
15
+ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\
16
+ \ are the [latest results from run 2023-12-01T11:13:53.246042](https://huggingface.co/datasets/open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1/blob/main/results_2023-12-01T11-13-53.246042.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 \"acc\": 0.378316906747536,\n\
20
+ \ \"acc_stderr\": 0.013358407831777117\n },\n \"harness|gsm8k|5\":\
21
+ \ {\n \"acc\": 0.378316906747536,\n \"acc_stderr\": 0.013358407831777117\n\
 
 
 
 
 
 
22
  \ }\n}\n```"
23
  repo_url: https://huggingface.co/mistralai/Mistral-7B-v0.1
24
  leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
 
51
  - split: 2023_10_26T01_29_53.089924
52
  path:
53
  - '**/details_harness|gsm8k|5_2023-10-26T01-29-53.089924.parquet'
54
+ - split: 2023_12_01T11_13_53.246042
55
+ path:
56
+ - '**/details_harness|gsm8k|5_2023-12-01T11-13-53.246042.parquet'
57
  - split: latest
58
  path:
59
+ - '**/details_harness|gsm8k|5_2023-12-01T11-13-53.246042.parquet'
60
  - config_name: harness_hellaswag_10
61
  data_files:
62
  - split: 2023_09_27T15_30_59.039834
 
671
  - split: 2023_10_26T01_29_53.089924
672
  path:
673
  - results_2023-10-26T01-29-53.089924.parquet
674
+ - split: 2023_12_01T11_13_53.246042
675
+ path:
676
+ - results_2023-12-01T11-13-53.246042.parquet
677
  - split: latest
678
  path:
679
+ - results_2023-12-01T11-13-53.246042.parquet
680
  ---
681
 
682
  # Dataset Card for Evaluation run of mistralai/Mistral-7B-v0.1
 
695
 
696
  The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task.
697
 
698
+ The dataset has been created from 4 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.
699
 
700
+ An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).
701
 
702
  To load the details from a run, you can for instance do the following:
703
  ```python
704
  from datasets import load_dataset
705
  data = load_dataset("open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1",
706
+ "harness_gsm8k_5",
707
  split="train")
708
  ```
709
 
710
  ## Latest results
711
 
712
+ These are the [latest results from run 2023-12-01T11:13:53.246042](https://huggingface.co/datasets/open-llm-leaderboard/details_mistralai__Mistral-7B-v0.1/blob/main/results_2023-12-01T11-13-53.246042.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):
713
 
714
  ```python
715
  {
716
  "all": {
717
+ "acc": 0.378316906747536,
718
+ "acc_stderr": 0.013358407831777117
 
 
 
 
 
 
 
 
 
 
719
  },
720
  "harness|gsm8k|5": {
721
+ "acc": 0.378316906747536,
722
+ "acc_stderr": 0.013358407831777117
 
 
 
 
723
  }
724
  }
725
  ```