Sai Vinay G commited on
Commit
bf07f8e
1 Parent(s): 062e4f4
src/assets/css_html_js.py CHANGED
@@ -2,40 +2,31 @@ custom_css = """
2
  #changelog-text {
3
  font-size: 16px !important;
4
  }
5
-
6
  #changelog-text h2 {
7
  font-size: 18px !important;
8
  }
9
-
10
  .markdown-text {
11
  font-size: 16px !important;
12
  }
13
-
14
  #models-to-add-text {
15
  font-size: 18px !important;
16
  }
17
-
18
  #citation-button span {
19
  font-size: 16px !important;
20
  }
21
-
22
  #citation-button textarea {
23
  font-size: 16px !important;
24
  }
25
-
26
  #citation-button > label > button {
27
  margin: 6px;
28
  transform: scale(1.3);
29
  }
30
-
31
  #leaderboard-table {
32
  margin-top: 15px
33
  }
34
-
35
  #leaderboard-table-lite {
36
  margin-top: 15px
37
  }
38
-
39
  #search-bar-table-box > div:first-child {
40
  background: none;
41
  border: none;
@@ -43,15 +34,12 @@ custom_css = """
43
 
44
  #search-bar {
45
  padding: 0px;
46
- width: 30%;
47
  }
48
-
49
  /* Hides the final AutoEvalColumn */
50
  #llm-benchmark-tab-table table td:last-child,
51
  #llm-benchmark-tab-table table th:last-child {
52
  display: none;
53
  }
54
-
55
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
56
  table td:first-child,
57
  table th:first-child {
@@ -59,11 +47,9 @@ table th:first-child {
59
  overflow: auto;
60
  white-space: nowrap;
61
  }
62
-
63
  .tab-buttons button {
64
  font-size: 20px;
65
  }
66
-
67
  #scale-logo {
68
  border-style: none !important;
69
  box-shadow: none;
@@ -72,7 +58,6 @@ table th:first-child {
72
  margin-right: auto;
73
  max-width: 600px;
74
  }
75
-
76
  #scale-logo .download {
77
  display: none;
78
  }
@@ -84,4 +69,4 @@ get_window_url_params = """
84
  url_params = Object.fromEntries(params);
85
  return url_params;
86
  }
87
- """
 
2
  #changelog-text {
3
  font-size: 16px !important;
4
  }
 
5
  #changelog-text h2 {
6
  font-size: 18px !important;
7
  }
 
8
  .markdown-text {
9
  font-size: 16px !important;
10
  }
 
11
  #models-to-add-text {
12
  font-size: 18px !important;
13
  }
 
14
  #citation-button span {
15
  font-size: 16px !important;
16
  }
 
17
  #citation-button textarea {
18
  font-size: 16px !important;
19
  }
 
20
  #citation-button > label > button {
21
  margin: 6px;
22
  transform: scale(1.3);
23
  }
 
24
  #leaderboard-table {
25
  margin-top: 15px
26
  }
 
27
  #leaderboard-table-lite {
28
  margin-top: 15px
29
  }
 
30
  #search-bar-table-box > div:first-child {
31
  background: none;
32
  border: none;
 
34
 
35
  #search-bar {
36
  padding: 0px;
 
37
  }
 
38
  /* Hides the final AutoEvalColumn */
39
  #llm-benchmark-tab-table table td:last-child,
40
  #llm-benchmark-tab-table table th:last-child {
41
  display: none;
42
  }
 
43
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
44
  table td:first-child,
45
  table th:first-child {
 
47
  overflow: auto;
48
  white-space: nowrap;
49
  }
 
50
  .tab-buttons button {
51
  font-size: 20px;
52
  }
 
53
  #scale-logo {
54
  border-style: none !important;
55
  box-shadow: none;
 
58
  margin-right: auto;
59
  max-width: 600px;
60
  }
 
61
  #scale-logo .download {
62
  display: none;
63
  }
 
69
  url_params = Object.fromEntries(params);
70
  return url_params;
71
  }
72
+ """
src/assets/text_content.py CHANGED
@@ -2,54 +2,41 @@ CHANGELOG_TEXT = f"""
2
  ## [2023-06-19]
3
  - Added model type column
4
  - Hid revision and 8bit columns since all models are the same atm
5
-
6
  ## [2023-06-16]
7
  - Refactored code base
8
  - Added new columns: number of parameters, hub likes, license
9
-
10
  ## [2023-06-13]
11
  - Adjust description for TruthfulQA
12
-
13
  ## [2023-06-12]
14
  - Add Human & GPT-4 Evaluations
15
-
16
  ## [2023-06-05]
17
  - Increase concurrent thread count to 40
18
  - Search models on ENTER
19
-
20
  ## [2023-06-02]
21
  - Add a typeahead search bar
22
  - Use webhooks to automatically spawn a new Space when someone opens a PR
23
  - Start recording `submitted_time` for eval requests
24
  - Limit AutoEvalColumn max-width
25
-
26
  ## [2023-05-30]
27
  - Add a citation button
28
  - Simplify Gradio layout
29
-
30
  ## [2023-05-29]
31
  - Auto-restart every hour for the latest results
32
  - Sync with the internal version (minor style changes)
33
-
34
  ## [2023-05-24]
35
  - Add a baseline that has 25.0 for all values
36
  - Add CHANGELOG
37
-
38
  ## [2023-05-23]
39
  - Fix a CSS issue that made the leaderboard hard to read in dark mode
40
-
41
  ## [2023-05-22]
42
  - Display a success/error message after submitting evaluation requests
43
  - Reject duplicate submission
44
  - Do not display results that have incomplete results
45
  - Display different queues for jobs that are RUNNING, PENDING, FINISHED status
46
-
47
  ## [2023-05-15]
48
  - Fix a typo: from "TruthQA" to "QA"
49
-
50
  ## [2023-05-10]
51
  - Fix a bug that prevented auto-refresh
52
-
53
  ## [2023-05-10]
54
  - Release the leaderboard to public
55
  """
@@ -58,30 +45,22 @@ TITLE = """<h1 align="center" id="space-title">🤗 Open LLM Leaderboard</h1>"""
58
 
59
  INTRODUCTION_TEXT = f"""
60
  📐 The 🤗 Open LLM Leaderboard aims to track, rank and evaluate LLMs and chatbots as they are released.
61
-
62
  🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as the original LLaMa release.
63
-
64
- Other cool benchmarks for LLMs are developped at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
65
-
66
  🟢: Base pretrained model – 🔶: Instruction finetuned model – 🟦: Model finetuned with RL (read more details in "About" tab)
67
  """
68
 
69
  LLM_BENCHMARKS_TEXT = f"""
70
  # Context
71
  With the plethora of large language models (LLMs) and chatbots being released week upon week, often with grandiose claims of their performance, it can be hard to filter out the genuine progress that is being made by the open-source community and which model is the current state of the art.
72
-
73
  📈 We evaluate models on 4 key benchmarks from the <a href="https://github.com/EleutherAI/lm-evaluation-harness" target="_blank"> Eleuther AI Language Model Evaluation Harness </a>, a unified framework to test generative language models on a large number of different evaluation tasks.
74
-
75
  - <a href="https://arxiv.org/abs/1803.05457" target="_blank"> AI2 Reasoning Challenge </a> (25-shot) - a set of grade-school science questions.
76
  - <a href="https://arxiv.org/abs/1905.07830" target="_blank"> HellaSwag </a> (10-shot) - a test of commonsense inference, which is easy for humans (~95%) but challenging for SOTA models.
77
  - <a href="https://arxiv.org/abs/2009.03300" target="_blank"> MMLU </a> (5-shot) - a test to measure a text model's multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more.
78
  - <a href="https://arxiv.org/abs/2109.07958" target="_blank"> TruthfulQA </a> (0-shot) - a test to measure a model’s propensity to reproduce falsehoods commonly found online. Note: TruthfulQA in the Harness is actually a minima a 6-shots task, as it is prepended by 6 examples systematically, even when launched using 0 for the number of few-shot examples.
79
-
80
  For all these evaluations, a higher score is a better score.
81
  We chose these benchmarks as they test a variety of reasoning and general knowledge across a wide variety of fields in 0-shot and few-shot settings.
82
-
83
  # Some good practices before submitting a model
84
-
85
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
86
  ```python
87
  from transformers import AutoConfig, AutoModel, AutoTokenizer
@@ -90,58 +69,44 @@ model = AutoModel.from_pretrained("your model name", revision=revision)
90
  tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
91
  ```
92
  If this step fails, follow the error messages to debug your model before submitting it. It's likely your model has been improperly uploaded.
93
-
94
  Note: make sure your model is public!
95
  Note: if your model needs `use_remote_code=True`, we do not support this option yet but we are working on adding it, stay posted!
96
-
97
  ### 2) Convert your model weights to [safetensors](https://huggingface.co/docs/safetensors/index)
98
- It's a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of weights of your model to the `Extended Viewer`!
99
-
100
  ### 3) Make sure your model has an open license!
101
  This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
102
-
103
  ### 4) Fill up your model card
104
  When we add extra information about models to the leaderboard, it will be automatically taken from the model card
105
-
106
  # Reproducibility and details
107
-
108
  ### Details and logs
109
  You can find:
110
  - detailed numerical results in the `results` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/results
111
  - details on the input/outputs for the models in the `details` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/details
112
  - community queries and running status in the `requests` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/requests
113
-
114
  ### Reproducibility
115
  To reproduce our results, here is the commands you can run, using [this version](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463) of the Eleuther AI Harness:
116
  `python main.py --model=hf-causal --model_args="pretrained=<your_model>,use_accelerate=True,revision=<your_model_revision>"`
117
  ` --tasks=<task_list> --num_fewshot=<n_few_shot> --batch_size=2 --output_path=<output_path>`
118
-
119
  The total batch size we get for models which fit on one A100 node is 16 (8 GPUs * 2). If you don't use parallelism, adapt your batch size to fit.
120
  *You can expect results to vary slightly for different batch sizes because of padding.*
121
-
122
  The tasks and few shots parameters are:
123
  - ARC: 25-shot, *arc-challenge* (`acc_norm`)
124
  - HellaSwag: 10-shot, *hellaswag* (`acc_norm`)
125
  - TruthfulQA: 0-shot, *truthfulqa-mc* (`mc2`)
126
  - MMLU: 5-shot, *hendrycksTest-abstract_algebra,hendrycksTest-anatomy,hendrycksTest-astronomy,hendrycksTest-business_ethics,hendrycksTest-clinical_knowledge,hendrycksTest-college_biology,hendrycksTest-college_chemistry,hendrycksTest-college_computer_science,hendrycksTest-college_mathematics,hendrycksTest-college_medicine,hendrycksTest-college_physics,hendrycksTest-computer_security,hendrycksTest-conceptual_physics,hendrycksTest-econometrics,hendrycksTest-electrical_engineering,hendrycksTest-elementary_mathematics,hendrycksTest-formal_logic,hendrycksTest-global_facts,hendrycksTest-high_school_biology,hendrycksTest-high_school_chemistry,hendrycksTest-high_school_computer_science,hendrycksTest-high_school_european_history,hendrycksTest-high_school_geography,hendrycksTest-high_school_government_and_politics,hendrycksTest-high_school_macroeconomics,hendrycksTest-high_school_mathematics,hendrycksTest-high_school_microeconomics,hendrycksTest-high_school_physics,hendrycksTest-high_school_psychology,hendrycksTest-high_school_statistics,hendrycksTest-high_school_us_history,hendrycksTest-high_school_world_history,hendrycksTest-human_aging,hendrycksTest-human_sexuality,hendrycksTest-international_law,hendrycksTest-jurisprudence,hendrycksTest-logical_fallacies,hendrycksTest-machine_learning,hendrycksTest-management,hendrycksTest-marketing,hendrycksTest-medical_genetics,hendrycksTest-miscellaneous,hendrycksTest-moral_disputes,hendrycksTest-moral_scenarios,hendrycksTest-nutrition,hendrycksTest-philosophy,hendrycksTest-prehistory,hendrycksTest-professional_accounting,hendrycksTest-professional_law,hendrycksTest-professional_medicine,hendrycksTest-professional_psychology,hendrycksTest-public_relations,hendrycksTest-security_studies,hendrycksTest-sociology,hendrycksTest-us_foreign_policy,hendrycksTest-virology,hendrycksTest-world_religions* (`acc` of `all`)
127
-
128
  ### Quantization
129
  To get more information about quantization, see:
130
  - 8 bits: [blog post](https://huggingface.co/blog/hf-bitsandbytes-integration), [paper](https://arxiv.org/abs/2208.07339)
131
  - 4 bits: [blog post](https://huggingface.co/blog/4bit-transformers-bitsandbytes), [paper](https://arxiv.org/abs/2305.14314)
132
-
133
  ### Icons
134
  🟢 means that the model is pretrained
135
  🔶 that it is finetuned
136
  🟦 that is was trained with RL.
137
  If there is no icon, we have not uploaded the information on the model yet, feel free to open an issue with the model information!
138
-
139
-
140
  # In case of model failure
141
  If your model is displayed in the `FAILED` category, its execution stopped.
142
  Make sure you have followed the above steps first.
143
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
144
-
145
  """
146
 
147
  EVALUATION_QUEUE_TEXT = f"""
 
2
  ## [2023-06-19]
3
  - Added model type column
4
  - Hid revision and 8bit columns since all models are the same atm
 
5
  ## [2023-06-16]
6
  - Refactored code base
7
  - Added new columns: number of parameters, hub likes, license
 
8
  ## [2023-06-13]
9
  - Adjust description for TruthfulQA
 
10
  ## [2023-06-12]
11
  - Add Human & GPT-4 Evaluations
 
12
  ## [2023-06-05]
13
  - Increase concurrent thread count to 40
14
  - Search models on ENTER
 
15
  ## [2023-06-02]
16
  - Add a typeahead search bar
17
  - Use webhooks to automatically spawn a new Space when someone opens a PR
18
  - Start recording `submitted_time` for eval requests
19
  - Limit AutoEvalColumn max-width
 
20
  ## [2023-05-30]
21
  - Add a citation button
22
  - Simplify Gradio layout
 
23
  ## [2023-05-29]
24
  - Auto-restart every hour for the latest results
25
  - Sync with the internal version (minor style changes)
 
26
  ## [2023-05-24]
27
  - Add a baseline that has 25.0 for all values
28
  - Add CHANGELOG
 
29
  ## [2023-05-23]
30
  - Fix a CSS issue that made the leaderboard hard to read in dark mode
 
31
  ## [2023-05-22]
32
  - Display a success/error message after submitting evaluation requests
33
  - Reject duplicate submission
34
  - Do not display results that have incomplete results
35
  - Display different queues for jobs that are RUNNING, PENDING, FINISHED status
 
36
  ## [2023-05-15]
37
  - Fix a typo: from "TruthQA" to "QA"
 
38
  ## [2023-05-10]
39
  - Fix a bug that prevented auto-refresh
 
40
  ## [2023-05-10]
41
  - Release the leaderboard to public
42
  """
 
45
 
46
  INTRODUCTION_TEXT = f"""
47
  📐 The 🤗 Open LLM Leaderboard aims to track, rank and evaluate LLMs and chatbots as they are released.
 
48
  🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as the original LLaMa release.
49
+ Other cool benchmarks for LLMs are developed at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
 
 
50
  🟢: Base pretrained model – 🔶: Instruction finetuned model – 🟦: Model finetuned with RL (read more details in "About" tab)
51
  """
52
 
53
  LLM_BENCHMARKS_TEXT = f"""
54
  # Context
55
  With the plethora of large language models (LLMs) and chatbots being released week upon week, often with grandiose claims of their performance, it can be hard to filter out the genuine progress that is being made by the open-source community and which model is the current state of the art.
 
56
  📈 We evaluate models on 4 key benchmarks from the <a href="https://github.com/EleutherAI/lm-evaluation-harness" target="_blank"> Eleuther AI Language Model Evaluation Harness </a>, a unified framework to test generative language models on a large number of different evaluation tasks.
 
57
  - <a href="https://arxiv.org/abs/1803.05457" target="_blank"> AI2 Reasoning Challenge </a> (25-shot) - a set of grade-school science questions.
58
  - <a href="https://arxiv.org/abs/1905.07830" target="_blank"> HellaSwag </a> (10-shot) - a test of commonsense inference, which is easy for humans (~95%) but challenging for SOTA models.
59
  - <a href="https://arxiv.org/abs/2009.03300" target="_blank"> MMLU </a> (5-shot) - a test to measure a text model's multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more.
60
  - <a href="https://arxiv.org/abs/2109.07958" target="_blank"> TruthfulQA </a> (0-shot) - a test to measure a model’s propensity to reproduce falsehoods commonly found online. Note: TruthfulQA in the Harness is actually a minima a 6-shots task, as it is prepended by 6 examples systematically, even when launched using 0 for the number of few-shot examples.
 
61
  For all these evaluations, a higher score is a better score.
62
  We chose these benchmarks as they test a variety of reasoning and general knowledge across a wide variety of fields in 0-shot and few-shot settings.
 
63
  # Some good practices before submitting a model
 
64
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
65
  ```python
66
  from transformers import AutoConfig, AutoModel, AutoTokenizer
 
69
  tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
70
  ```
71
  If this step fails, follow the error messages to debug your model before submitting it. It's likely your model has been improperly uploaded.
 
72
  Note: make sure your model is public!
73
  Note: if your model needs `use_remote_code=True`, we do not support this option yet but we are working on adding it, stay posted!
 
74
  ### 2) Convert your model weights to [safetensors](https://huggingface.co/docs/safetensors/index)
75
+ It's a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of parameters of your model to the `Extended Viewer`!
 
76
  ### 3) Make sure your model has an open license!
77
  This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
 
78
  ### 4) Fill up your model card
79
  When we add extra information about models to the leaderboard, it will be automatically taken from the model card
 
80
  # Reproducibility and details
 
81
  ### Details and logs
82
  You can find:
83
  - detailed numerical results in the `results` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/results
84
  - details on the input/outputs for the models in the `details` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/details
85
  - community queries and running status in the `requests` Hugging Face dataset: https://huggingface.co/datasets/open-llm-leaderboard/requests
 
86
  ### Reproducibility
87
  To reproduce our results, here is the commands you can run, using [this version](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463) of the Eleuther AI Harness:
88
  `python main.py --model=hf-causal --model_args="pretrained=<your_model>,use_accelerate=True,revision=<your_model_revision>"`
89
  ` --tasks=<task_list> --num_fewshot=<n_few_shot> --batch_size=2 --output_path=<output_path>`
 
90
  The total batch size we get for models which fit on one A100 node is 16 (8 GPUs * 2). If you don't use parallelism, adapt your batch size to fit.
91
  *You can expect results to vary slightly for different batch sizes because of padding.*
 
92
  The tasks and few shots parameters are:
93
  - ARC: 25-shot, *arc-challenge* (`acc_norm`)
94
  - HellaSwag: 10-shot, *hellaswag* (`acc_norm`)
95
  - TruthfulQA: 0-shot, *truthfulqa-mc* (`mc2`)
96
  - MMLU: 5-shot, *hendrycksTest-abstract_algebra,hendrycksTest-anatomy,hendrycksTest-astronomy,hendrycksTest-business_ethics,hendrycksTest-clinical_knowledge,hendrycksTest-college_biology,hendrycksTest-college_chemistry,hendrycksTest-college_computer_science,hendrycksTest-college_mathematics,hendrycksTest-college_medicine,hendrycksTest-college_physics,hendrycksTest-computer_security,hendrycksTest-conceptual_physics,hendrycksTest-econometrics,hendrycksTest-electrical_engineering,hendrycksTest-elementary_mathematics,hendrycksTest-formal_logic,hendrycksTest-global_facts,hendrycksTest-high_school_biology,hendrycksTest-high_school_chemistry,hendrycksTest-high_school_computer_science,hendrycksTest-high_school_european_history,hendrycksTest-high_school_geography,hendrycksTest-high_school_government_and_politics,hendrycksTest-high_school_macroeconomics,hendrycksTest-high_school_mathematics,hendrycksTest-high_school_microeconomics,hendrycksTest-high_school_physics,hendrycksTest-high_school_psychology,hendrycksTest-high_school_statistics,hendrycksTest-high_school_us_history,hendrycksTest-high_school_world_history,hendrycksTest-human_aging,hendrycksTest-human_sexuality,hendrycksTest-international_law,hendrycksTest-jurisprudence,hendrycksTest-logical_fallacies,hendrycksTest-machine_learning,hendrycksTest-management,hendrycksTest-marketing,hendrycksTest-medical_genetics,hendrycksTest-miscellaneous,hendrycksTest-moral_disputes,hendrycksTest-moral_scenarios,hendrycksTest-nutrition,hendrycksTest-philosophy,hendrycksTest-prehistory,hendrycksTest-professional_accounting,hendrycksTest-professional_law,hendrycksTest-professional_medicine,hendrycksTest-professional_psychology,hendrycksTest-public_relations,hendrycksTest-security_studies,hendrycksTest-sociology,hendrycksTest-us_foreign_policy,hendrycksTest-virology,hendrycksTest-world_religions* (`acc` of `all`)
 
97
  ### Quantization
98
  To get more information about quantization, see:
99
  - 8 bits: [blog post](https://huggingface.co/blog/hf-bitsandbytes-integration), [paper](https://arxiv.org/abs/2208.07339)
100
  - 4 bits: [blog post](https://huggingface.co/blog/4bit-transformers-bitsandbytes), [paper](https://arxiv.org/abs/2305.14314)
 
101
  ### Icons
102
  🟢 means that the model is pretrained
103
  🔶 that it is finetuned
104
  🟦 that is was trained with RL.
105
  If there is no icon, we have not uploaded the information on the model yet, feel free to open an issue with the model information!
 
 
106
  # In case of model failure
107
  If your model is displayed in the `FAILED` category, its execution stopped.
108
  Make sure you have followed the above steps first.
109
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
 
110
  """
111
 
112
  EVALUATION_QUEUE_TEXT = f"""
src/auto_leaderboard/model_metadata_type.py CHANGED
@@ -28,6 +28,10 @@ TYPE_METADATA: Dict[str, ModelType] = {
28
  "aisquared/dlite-v2-1_5b": ModelType.SFT,
29
  "aisquared/chopt-1_3b": ModelType.SFT,
30
  "aisquared/dlite-v2-355m": ModelType.SFT,
 
 
 
 
31
  "TheBloke/tulu-7B-fp16": ModelType.SFT,
32
  "TheBloke/guanaco-7B-HF": ModelType.SFT,
33
  "TheBloke/koala-7B-HF": ModelType.SFT,
@@ -43,13 +47,17 @@ TYPE_METADATA: Dict[str, ModelType] = {
43
  "TheBloke/OpenAssistant-SFT-7-Llama-30B-HF": ModelType.SFT,
44
  "TheBloke/vicuna-13B-1.1-HF": ModelType.SFT,
45
  "TheBloke/guanaco-13B-HF": ModelType.SFT,
 
46
  "TheBloke/airoboros-7b-gpt4-fp16": ModelType.SFT,
47
  "TheBloke/Llama-2-13B-fp16": ModelType.PT,
 
48
  "TheBloke/Planner-7B-fp16": ModelType.SFT,
49
  "TheBloke/Wizard-Vicuna-13B-Uncensored-HF": ModelType.SFT,
50
  "TheBloke/gpt4-alpaca-lora-13B-HF": ModelType.SFT,
51
  "TheBloke/gpt4-x-vicuna-13B-HF": ModelType.SFT,
 
52
  "TheBloke/tulu-13B-fp16": ModelType.SFT,
 
53
  "jphme/orca_mini_v2_ger_7b": ModelType.SFT,
54
  "Ejafa/vicuna_7B_vanilla_1.1": ModelType.SFT,
55
  "kevinpro/Vicuna-13B-CoT": ModelType.SFT,
@@ -216,9 +224,9 @@ TYPE_METADATA: Dict[str, ModelType] = {
216
  "pythainlp/wangchanglm-7.5B-sft-enth": ModelType.SFT,
217
  "pythainlp/wangchanglm-7.5B-sft-en-sharded": ModelType.SFT,
218
  "euclaise/gpt-neox-122m-minipile-digits": ModelType.SFT,
219
- "stabilityai/FreeWilly1-Delta-SafeTensor": ModelType.SFT,
220
  "stabilityai/stablelm-tuned-alpha-7b": ModelType.SFT,
221
- "stabilityai/FreeWilly2": ModelType.SFT,
222
  "stabilityai/stablelm-base-alpha-7b": ModelType.PT,
223
  "stabilityai/stablelm-base-alpha-3b": ModelType.PT,
224
  "stabilityai/stablelm-tuned-alpha-3b": ModelType.SFT,
@@ -255,6 +263,7 @@ TYPE_METADATA: Dict[str, ModelType] = {
255
  "klosax/pythia-70m-deduped-step44k-92bt": ModelType.PT,
256
  "klosax/open_llama_13b_600bt_preview": ModelType.PT,
257
  "klosax/open_llama_7b_400bt_preview": ModelType.PT,
 
258
  "WeOpenML/Alpaca-7B-v1": ModelType.SFT,
259
  "WeOpenML/PandaLM-Alpaca-7B-v1": ModelType.SFT,
260
  "TFLai/gpt2-turkish-uncased": ModelType.SFT,
@@ -274,6 +283,7 @@ TYPE_METADATA: Dict[str, ModelType] = {
274
  "OpenAssistant/pythia-12b-sft-v8-2.5k-steps": ModelType.SFT,
275
  "OpenAssistant/pythia-12b-sft-v8-7k-steps": ModelType.SFT,
276
  "OpenAssistant/pythia-12b-pre-v8-12.5k-steps": ModelType.SFT,
 
277
  "junelee/wizard-vicuna-13b": ModelType.SFT,
278
  "BreadAi/gpt-YA-1-1_160M": ModelType.PT,
279
  "BreadAi/MuseCan": ModelType.PT,
@@ -336,6 +346,7 @@ TYPE_METADATA: Dict[str, ModelType] = {
336
  "facebook/xglm-564M": ModelType.PT,
337
  "facebook/opt-30b": ModelType.PT,
338
  "golaxy/gogpt-7b": ModelType.SFT,
 
339
  "psmathur/orca_mini_v2_7b": ModelType.SFT,
340
  "psmathur/orca_mini_7b": ModelType.SFT,
341
  "psmathur/orca_mini_3b": ModelType.SFT,
@@ -350,6 +361,7 @@ TYPE_METADATA: Dict[str, ModelType] = {
350
  "HuggingFaceH4/starchat-beta": ModelType.SFT,
351
  "KnutJaegersberg/gpt-2-xl-EvolInstruct": ModelType.SFT,
352
  "KnutJaegersberg/megatron-GPT-2-345m-EvolInstruct": ModelType.SFT,
 
353
  "openchat/openchat_8192": ModelType.SFT,
354
  "openchat/openchat_v2": ModelType.SFT,
355
  "openchat/openchat_v2_w": ModelType.SFT,
@@ -360,16 +372,20 @@ TYPE_METADATA: Dict[str, ModelType] = {
360
  "SebastianSchramm/Cerebras-GPT-111M-instruction": ModelType.SFT,
361
  "victor123/WizardLM-13B-1.0": ModelType.SFT,
362
  "OpenBuddy/openbuddy-openllama-13b-v7-fp16": ModelType.SFT,
 
 
363
  "baichuan-inc/Baichuan-7B": ModelType.PT,
364
  "tiiuae/falcon-40b-instruct": ModelType.SFT,
365
  "tiiuae/falcon-40b": ModelType.PT,
366
  "tiiuae/falcon-7b": ModelType.PT,
367
  "YeungNLP/firefly-llama-13b": ModelType.SFT,
368
  "YeungNLP/firefly-llama-13b-v1.2": ModelType.SFT,
 
369
  "YeungNLP/firefly-ziya-13b": ModelType.SFT,
370
  "shaohang/Sparse0.5_OPT-1.3": ModelType.SFT,
371
- "xzuyModelType.lpacino-SuperCOT-13B": ModelType.SFT,
372
  "xzuyn/MedicWizard-7B": ModelType.SFT,
 
373
  "beomi/KoAlpaca-Polyglot-5.8B": ModelType.SFT,
374
  "beomi/llama-2-ko-7b": ModelType.SFT,
375
  "Salesforce/codegen-6B-multi": ModelType.PT,
@@ -379,16 +395,20 @@ TYPE_METADATA: Dict[str, ModelType] = {
379
  "gpt2-large": ModelType.PT,
380
  "frank098/orca_mini_3b_juniper": ModelType.SFT,
381
  "frank098/WizardLM_13B_juniper": ModelType.SFT,
 
382
  "huggingface/llama-13b": ModelType.PT,
383
  "huggingface/llama-7b": ModelType.PT,
384
  "huggingface/llama-65b": ModelType.PT,
385
  "huggingface/llama-65b": ModelType.PT,
386
  "huggingface/llama-30b": ModelType.PT,
387
- "jondurbiModelType.iroboros-13b-gpt4-1.4": ModelType.SFT,
388
- "jondurbiModelType.iroboros-7b": ModelType.SFT,
389
- "jondurbiModelType.iroboros-7b-gpt4-1.4": ModelType.SFT,
390
- "jondurbiModelType.iroboros-l2-13b-gpt4-1.4.1": ModelType.SFT,
391
- "jondurbiModelType.iroboros-13b": ModelType.SFT,
 
 
 
392
  "ariellee/SuperPlatty-30B": ModelType.SFT,
393
  "danielhanchen/open_llama_3b_600bt_preview": ModelType.SFT,
394
  "cerebras/Cerebras-GPT-256M": ModelType.PT,
@@ -407,6 +427,7 @@ TYPE_METADATA: Dict[str, ModelType] = {
407
  "LLMs/WizardLM-13B-V1.0": ModelType.SFT,
408
  "LLMs/AlpacaGPT4-7B-elina": ModelType.SFT,
409
  "wenge-research/yayi-7b-llama2": ModelType.SFT,
 
410
  "yhyhy3/open_llama_7b_v2_med_instruct": ModelType.SFT,
411
  "llama-anon/instruct-13b": ModelType.SFT,
412
  "huggingtweets/jerma985": ModelType.SFT,
@@ -418,6 +439,8 @@ TYPE_METADATA: Dict[str, ModelType] = {
418
  "upstage/llama-30b-instruct-2048": ModelType.SFT,
419
  "upstage/llama-30b-instruct": ModelType.SFT,
420
  "WizardLM/WizardLM-13B-1.0": ModelType.SFT,
 
 
421
  "WizardLM/WizardLM-30B-V1.0": ModelType.SFT,
422
  "WizardLM/WizardCoder-15B-V1.0": ModelType.SFT,
423
  "gpt2": ModelType.PT,
@@ -429,10 +452,12 @@ TYPE_METADATA: Dict[str, ModelType] = {
429
  "MayaPH/FinOPT-Lincoln": ModelType.SFT,
430
  "MayaPH/FinOPT-Franklin": ModelType.SFT,
431
  "MayaPH/GodziLLa-30B": ModelType.SFT,
 
432
  "MayaPH/FinOPT-Washington": ModelType.SFT,
433
  "ogimgio/gpt-neo-125m-neurallinguisticpioneers": ModelType.SFT,
434
  "layoric/llama-2-13b-code-alpaca": ModelType.SFT,
435
  "CobraMamba/mamba-gpt-3b": ModelType.SFT,
 
436
  "timdettmers/guanaco-33b-merged": ModelType.SFT,
437
  "elinas/chronos-33b": ModelType.SFT,
438
  "heegyu/RedTulu-Uncensored-3B-0719": ModelType.SFT,
@@ -456,9 +481,18 @@ TYPE_METADATA: Dict[str, ModelType] = {
456
  "h2oai/h2ogpt-gm-oasst1-en-1024-12b": ModelType.SFT,
457
  "h2oai/h2ogpt-gm-oasst1-multilang-1024-20b": ModelType.SFT,
458
  "bofenghuang/vigogne-13b-instruct": ModelType.SFT,
 
 
 
 
459
  "Vmware/open-llama-7b-v2-open-instruct": ModelType.SFT,
460
  "VMware/open-llama-0.7T-7B-open-instruct-v1.1": ModelType.SFT,
461
  "ewof/koishi-instruct-3b": ModelType.SFT,
 
 
 
 
 
462
  }
463
 
464
 
@@ -483,5 +517,4 @@ def get_model_type(leaderboard_data: List[dict]):
483
  else:
484
  model_data[AutoEvalColumn.model_type.name] = "N/A"
485
  model_data[AutoEvalColumn.model_type_symbol.name] = ("🔺" if is_delta else "")
486
-
487
 
 
28
  "aisquared/dlite-v2-1_5b": ModelType.SFT,
29
  "aisquared/chopt-1_3b": ModelType.SFT,
30
  "aisquared/dlite-v2-355m": ModelType.SFT,
31
+ "augtoma/qCammel-13": ModelType.SFT,
32
+ "Aspik101/Llama-2-7b-hf-instruct-pl-lora_unload": ModelType.SFT,
33
+ "Aspik101/vicuna-7b-v1.3-instruct-pl-lora_unload": ModelType.SFT,
34
+ "TheBloke/alpaca-lora-65B-HF": ModelType.SFT,
35
  "TheBloke/tulu-7B-fp16": ModelType.SFT,
36
  "TheBloke/guanaco-7B-HF": ModelType.SFT,
37
  "TheBloke/koala-7B-HF": ModelType.SFT,
 
47
  "TheBloke/OpenAssistant-SFT-7-Llama-30B-HF": ModelType.SFT,
48
  "TheBloke/vicuna-13B-1.1-HF": ModelType.SFT,
49
  "TheBloke/guanaco-13B-HF": ModelType.SFT,
50
+ "TheBloke/guanaco-65B-HF": ModelType.SFT,
51
  "TheBloke/airoboros-7b-gpt4-fp16": ModelType.SFT,
52
  "TheBloke/Llama-2-13B-fp16": ModelType.PT,
53
+ "TheBloke/llama-2-70b-Guanaco-QLoRA-fp16": ModelType.SFT,
54
  "TheBloke/Planner-7B-fp16": ModelType.SFT,
55
  "TheBloke/Wizard-Vicuna-13B-Uncensored-HF": ModelType.SFT,
56
  "TheBloke/gpt4-alpaca-lora-13B-HF": ModelType.SFT,
57
  "TheBloke/gpt4-x-vicuna-13B-HF": ModelType.SFT,
58
+ "TheBloke/gpt4-alpaca-lora_mlp-65B-HF": ModelType.SFT,
59
  "TheBloke/tulu-13B-fp16": ModelType.SFT,
60
+ "TheBloke/VicUnlocked-alpaca-65B-QLoRA-fp16": ModelType.SFT,
61
  "jphme/orca_mini_v2_ger_7b": ModelType.SFT,
62
  "Ejafa/vicuna_7B_vanilla_1.1": ModelType.SFT,
63
  "kevinpro/Vicuna-13B-CoT": ModelType.SFT,
 
224
  "pythainlp/wangchanglm-7.5B-sft-enth": ModelType.SFT,
225
  "pythainlp/wangchanglm-7.5B-sft-en-sharded": ModelType.SFT,
226
  "euclaise/gpt-neox-122m-minipile-digits": ModelType.SFT,
227
+ "stabilityai/StableBeluga1-Delta": ModelType.SFT,
228
  "stabilityai/stablelm-tuned-alpha-7b": ModelType.SFT,
229
+ "stabilityai/StableBeluga2": ModelType.SFT,
230
  "stabilityai/stablelm-base-alpha-7b": ModelType.PT,
231
  "stabilityai/stablelm-base-alpha-3b": ModelType.PT,
232
  "stabilityai/stablelm-tuned-alpha-3b": ModelType.SFT,
 
263
  "klosax/pythia-70m-deduped-step44k-92bt": ModelType.PT,
264
  "klosax/open_llama_13b_600bt_preview": ModelType.PT,
265
  "klosax/open_llama_7b_400bt_preview": ModelType.PT,
266
+ "kfkas/Llama-2-ko-7b-Chat": ModelType.SFT,
267
  "WeOpenML/Alpaca-7B-v1": ModelType.SFT,
268
  "WeOpenML/PandaLM-Alpaca-7B-v1": ModelType.SFT,
269
  "TFLai/gpt2-turkish-uncased": ModelType.SFT,
 
283
  "OpenAssistant/pythia-12b-sft-v8-2.5k-steps": ModelType.SFT,
284
  "OpenAssistant/pythia-12b-sft-v8-7k-steps": ModelType.SFT,
285
  "OpenAssistant/pythia-12b-pre-v8-12.5k-steps": ModelType.SFT,
286
+ "OpenAssistant/llama2-13b-orca-8k-3319": ModelType.SFT,
287
  "junelee/wizard-vicuna-13b": ModelType.SFT,
288
  "BreadAi/gpt-YA-1-1_160M": ModelType.PT,
289
  "BreadAi/MuseCan": ModelType.PT,
 
346
  "facebook/xglm-564M": ModelType.PT,
347
  "facebook/opt-30b": ModelType.PT,
348
  "golaxy/gogpt-7b": ModelType.SFT,
349
+ "golaxy/gogpt2-7b": ModelType.SFT,
350
  "psmathur/orca_mini_v2_7b": ModelType.SFT,
351
  "psmathur/orca_mini_7b": ModelType.SFT,
352
  "psmathur/orca_mini_3b": ModelType.SFT,
 
361
  "HuggingFaceH4/starchat-beta": ModelType.SFT,
362
  "KnutJaegersberg/gpt-2-xl-EvolInstruct": ModelType.SFT,
363
  "KnutJaegersberg/megatron-GPT-2-345m-EvolInstruct": ModelType.SFT,
364
+ "KnutJaegersberg/galactica-orca-wizardlm-1.3b": ModelType.SFT,
365
  "openchat/openchat_8192": ModelType.SFT,
366
  "openchat/openchat_v2": ModelType.SFT,
367
  "openchat/openchat_v2_w": ModelType.SFT,
 
372
  "SebastianSchramm/Cerebras-GPT-111M-instruction": ModelType.SFT,
373
  "victor123/WizardLM-13B-1.0": ModelType.SFT,
374
  "OpenBuddy/openbuddy-openllama-13b-v7-fp16": ModelType.SFT,
375
+ "OpenBuddy/openbuddy-llama2-13b-v8.1-fp16": ModelType.SFT,
376
+ "OpenBuddyEA/openbuddy-llama-30b-v7.1-bf16": ModelType.SFT,
377
  "baichuan-inc/Baichuan-7B": ModelType.PT,
378
  "tiiuae/falcon-40b-instruct": ModelType.SFT,
379
  "tiiuae/falcon-40b": ModelType.PT,
380
  "tiiuae/falcon-7b": ModelType.PT,
381
  "YeungNLP/firefly-llama-13b": ModelType.SFT,
382
  "YeungNLP/firefly-llama-13b-v1.2": ModelType.SFT,
383
+ "YeungNLP/firefly-llama2-13b": ModelType.SFT,
384
  "YeungNLP/firefly-ziya-13b": ModelType.SFT,
385
  "shaohang/Sparse0.5_OPT-1.3": ModelType.SFT,
386
+ "xzuyn/Alpacino-SuperCOT-13B": ModelType.SFT,
387
  "xzuyn/MedicWizard-7B": ModelType.SFT,
388
+ "xDAN-AI/xDAN_13b_l2_lora": ModelType.SFT,
389
  "beomi/KoAlpaca-Polyglot-5.8B": ModelType.SFT,
390
  "beomi/llama-2-ko-7b": ModelType.SFT,
391
  "Salesforce/codegen-6B-multi": ModelType.PT,
 
395
  "gpt2-large": ModelType.PT,
396
  "frank098/orca_mini_3b_juniper": ModelType.SFT,
397
  "frank098/WizardLM_13B_juniper": ModelType.SFT,
398
+ "FPHam/Free_Sydney_13b_HF": ModelType.SFT,
399
  "huggingface/llama-13b": ModelType.PT,
400
  "huggingface/llama-7b": ModelType.PT,
401
  "huggingface/llama-65b": ModelType.PT,
402
  "huggingface/llama-65b": ModelType.PT,
403
  "huggingface/llama-30b": ModelType.PT,
404
+ "jondurbin/airoboros-13b-gpt4-1.4": ModelType.SFT,
405
+ "jondurbin/airoboros-7b": ModelType.SFT,
406
+ "jondurbin/airoboros-7b-gpt4-1.4": ModelType.SFT,
407
+ "jondurbin/airoboros-l2-7b-gpt4-1.4.1": ModelType.SFT,
408
+ "jondurbin/airoboros-l2-13b-gpt4-1.4.1": ModelType.SFT,
409
+ "jondurbin/airoboros-l2-70b-gpt4-1.4.1": ModelType.SFT,
410
+ "jondurbin/airoboros-13b": ModelType.SFT,
411
+ "jondurbin/airoboros-65b-gpt4-1.2": ModelType.SFT,
412
  "ariellee/SuperPlatty-30B": ModelType.SFT,
413
  "danielhanchen/open_llama_3b_600bt_preview": ModelType.SFT,
414
  "cerebras/Cerebras-GPT-256M": ModelType.PT,
 
427
  "LLMs/WizardLM-13B-V1.0": ModelType.SFT,
428
  "LLMs/AlpacaGPT4-7B-elina": ModelType.SFT,
429
  "wenge-research/yayi-7b-llama2": ModelType.SFT,
430
+ "wenge-research/yayi-13b-llama2": ModelType.SFT,
431
  "yhyhy3/open_llama_7b_v2_med_instruct": ModelType.SFT,
432
  "llama-anon/instruct-13b": ModelType.SFT,
433
  "huggingtweets/jerma985": ModelType.SFT,
 
439
  "upstage/llama-30b-instruct-2048": ModelType.SFT,
440
  "upstage/llama-30b-instruct": ModelType.SFT,
441
  "WizardLM/WizardLM-13B-1.0": ModelType.SFT,
442
+ "WizardLM/WizardLM-13B-V1.1": ModelType.SFT,
443
+ "WizardLM/WizardLM-13B-V1.2": ModelType.SFT,
444
  "WizardLM/WizardLM-30B-V1.0": ModelType.SFT,
445
  "WizardLM/WizardCoder-15B-V1.0": ModelType.SFT,
446
  "gpt2": ModelType.PT,
 
452
  "MayaPH/FinOPT-Lincoln": ModelType.SFT,
453
  "MayaPH/FinOPT-Franklin": ModelType.SFT,
454
  "MayaPH/GodziLLa-30B": ModelType.SFT,
455
+ "MayaPH/GodziLLa-30B-plus": ModelType.SFT,
456
  "MayaPH/FinOPT-Washington": ModelType.SFT,
457
  "ogimgio/gpt-neo-125m-neurallinguisticpioneers": ModelType.SFT,
458
  "layoric/llama-2-13b-code-alpaca": ModelType.SFT,
459
  "CobraMamba/mamba-gpt-3b": ModelType.SFT,
460
+ "CobraMamba/mamba-gpt-3b-v2": ModelType.SFT,
461
  "timdettmers/guanaco-33b-merged": ModelType.SFT,
462
  "elinas/chronos-33b": ModelType.SFT,
463
  "heegyu/RedTulu-Uncensored-3B-0719": ModelType.SFT,
 
481
  "h2oai/h2ogpt-gm-oasst1-en-1024-12b": ModelType.SFT,
482
  "h2oai/h2ogpt-gm-oasst1-multilang-1024-20b": ModelType.SFT,
483
  "bofenghuang/vigogne-13b-instruct": ModelType.SFT,
484
+ "bofenghuang/vigogne-13b-chat": ModelType.SFT,
485
+ "bofenghuang/vigogne-2-7b-instruct": ModelType.SFT,
486
+ "bofenghuang/vigogne-7b-instruct": ModelType.SFT,
487
+ "bofenghuang/vigogne-7b-chat": ModelType.SFT,
488
  "Vmware/open-llama-7b-v2-open-instruct": ModelType.SFT,
489
  "VMware/open-llama-0.7T-7B-open-instruct-v1.1": ModelType.SFT,
490
  "ewof/koishi-instruct-3b": ModelType.SFT,
491
+ "gywy/llama2-13b-chinese-v1": ModelType.SFT,
492
+ "GOAT-AI/GOAT-7B-Community": ModelType.SFT,
493
+ "psyche/kollama2-7b": ModelType.SFT,
494
+ "TheTravellingEngineer/llama2-7b-hf-guanaco": ModelType.SFT,
495
+ "64bits/LexPodLM-13B": ModelType.SFT
496
  }
497
 
498
 
 
517
  else:
518
  model_data[AutoEvalColumn.model_type.name] = "N/A"
519
  model_data[AutoEvalColumn.model_type_symbol.name] = ("🔺" if is_delta else "")
 
520