Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Alignment-Lab-AI commited on
Commit
de0f9de
1 Parent(s): 37219cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +538 -10
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  tags:
@@ -14,9 +14,9 @@ tags:
14
  - chatml
15
  - text-generation
16
  - instruction
17
- pretty_name: Select Stack
18
  size_categories:
19
- - 1M<n<10M
20
  ---
21
 
22
 
@@ -28,20 +28,21 @@ size_categories:
28
 
29
  - [Alignment Lab AI](https://AlignmentLab.ai) is pleased to introduce our latest research efforts with:
30
 
31
- **Buzz**, a highly curated pretraining scale assistant dataset, unifying RL and SFT, developed in collaboration with [Hive Digital Technologies](https://hivedt.com/).
32
 
33
- The Buzz model, Dataset, and Code are to be released to build a toolkit that aims to demonstrate the potential for reuse and optimization of existing pretrained language models to continuously refine the heights of performance that can be achieved with optimal use of FlOps. Alongside Buzz-5b-Medium, we release
34
 
35
- - [The Buzz Dataset](https://huggingface.co/datasets/tempbuzz/Buzz)
36
- - [Buzz-2.5b-Small](https://huggingface.co/tempbuzz/buzz-Buzz-2.5b-Small)
37
- - [Buzz-8B-Large](https://huggingface.co/tempbuzz/Lab-AI/Buzz-8B-Large)
 
38
 
39
  ## Features
40
 
41
- Buzz contains over 500 datasets, deduplicated, with formatting built to maintain and extend compatibility between training types and the current local ecosystem.
42
 
43
  the datasets within are comprised of various high quality instruction following, conversational, storytelling, and coding datasets, as well as over 5 million new rows of data, in addition to several million reaugmented rows of data, comprising the totality of the learned techniques since our release of [Open-Orca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
44
-
45
  ## Iterative Fine-Tuning Methodology
46
 
47
  Our research builds upon the concepts introduced in several key papers, including:
@@ -60,6 +61,7 @@ By combining high quality data, iterative fine-tuning with carefully selected "g
60
  ## Data structure and formatting
61
  buzz should be out of the box compatible with the sharegpt type in Axolotl and lmsys' FastChat during training
62
  it containsthe following structure
 
63
 
64
 
65
  ```
@@ -105,7 +107,533 @@ to [Thomas Capelle](https://wandb.ai/capecape) et al. working on [LLM_Surgery](h
105
 
106
  as well as many, many others who are too numerous to name.
107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
  # Citations
111
  ```
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
5
  tags:
 
14
  - chatml
15
  - text-generation
16
  - instruction
17
+ pretty_name: Buzz-V1.2
18
  size_categories:
19
+ - 1B<n<10B
20
  ---
21
 
22
 
 
28
 
29
  - [Alignment Lab AI](https://AlignmentLab.ai) is pleased to introduce our latest research efforts with:
30
 
31
+ **Buzz**, a highly curated pretraining scale assistant dataset, unifying RL and SFT, developed in collaboration with [Hive Digital Technologies](https://www.hivedigitaltechnologies.com/).
32
 
33
+ The Buzz model, Dataset, and Code are to be released to build a toolkit that aims to demonstrate the potential for reuse and optimization of existing pretrained language models to continuously refine the heights of performance that can be achieved with optimal use of FlOps. Alongside Buzz-8b-Large, we release
34
 
35
+ - [The Buzz Dataset](https://huggingface.co/datasets/H-D-T/Buzz)
36
+ - [Buzz-2.5b-Small](https://huggingface.co/tempbuzz/Lab-AI/Buzz-3b-Small-v0.5)
37
+ - [Buzz-5b-Medium](https://huggingface.co/tempbuzz/Lab-AI/Buzz-5B-Medium-v0.5)
38
+ - [Buzz-8B-Large](https://huggingface.co/tempbuzz/Lab-AI/Buzz-8B-Large-v0.5)
39
 
40
  ## Features
41
 
42
+ Buzz contains 435 high quality instruction following and conversational datasets, deduplicated, with formatting built to maintain and extend compatibility between training types and the current local ecosystem.
43
 
44
  the datasets within are comprised of various high quality instruction following, conversational, storytelling, and coding datasets, as well as over 5 million new rows of data, in addition to several million reaugmented rows of data, comprising the totality of the learned techniques since our release of [Open-Orca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
45
+ cumulatively making up roughly 85 million turns of conversations, in a mix of single and multiturn rows.
46
  ## Iterative Fine-Tuning Methodology
47
 
48
  Our research builds upon the concepts introduced in several key papers, including:
 
61
  ## Data structure and formatting
62
  buzz should be out of the box compatible with the sharegpt type in Axolotl and lmsys' FastChat during training
63
  it containsthe following structure
64
+ [EDIT]: filtered for bias examples!
65
 
66
 
67
  ```
 
107
 
108
  as well as many, many others who are too numerous to name.
109
 
110
+ # Dataset Sources
111
+
112
+
113
+ Sources in the source column which refer only to a model name are from Nectar, Lmsys 55k preference, and various user submitted distillation datasets
114
+ inspired by [Ontocord](https://huggingface.co/ontocord)'s dataset https://huggingface.co/datasets/laion/OIG
115
+
116
+ ```
117
+
118
+ Muennighoff/tasky-commits
119
+ Muennighoff/natural-instructions
120
+ laion/OIG
121
+ knowrohit07/know_medical_dialogue_v2
122
+ knowrohit07/know-saraswati-cot
123
+ knowrohit07/know_medical_dialogues
124
+ H-D-T/Select-Stack [stackexchange dump, filtered for difficult, stem, technical stacks, only best rated responses kept for Buzz]
125
+ knowrohit07/know_sql
126
+ knowrohit07/ArithmeLogic
127
+ knowrohit07/know_logic
128
+ knowrohit07/know_cot
129
+ knowrohit07/GPTscience_maths_csml
130
+ AlignmentLab-AI/datasci-python
131
+ teknium/OpenHermes-2.5
132
+ teknium/openhermes
133
+ THUDM/AgentInstruct
134
+ Vezora/Tested-22k-Python-Alpaca
135
+ HuggingFaceH4/no_robots
136
+ migtissera/Synthia-v1.3
137
+ migtissera/Tess-Coder-v1.0
138
+ migtissera/Quanta
139
+ AlekseyKorshuk/gpteacher-role-play-chatml
140
+ nampdn-ai/devdocs.io
141
+ TIGER-Lab/MathInstruct
142
+ TIGER-Lab/Homework-step-Comparator
143
+ TIGER-Lab/Homework-step-Extractor
144
+ TIGER-Lab/MATH-plus
145
+ TIGER-Lab/MetricInstruct
146
+ TIGER-Lab/RFT-GSM-28K
147
+ Muennighoff/P3
148
+ PygmalionAI/Sharegpt-soda
149
+ taesiri/arxiv_summary
150
+ kaist-ai/Cot-Collection
151
+ microsoft/orca-math-word-problems-200k
152
+ Open-Orca/FLAN [uploaded to hf, but created by Google]
153
+ allenai/WildChat
154
+ chargoddard/rpguild
155
+ medalpaca/medical_meadow_medqa
156
+ medalpaca/medical_meadow_mediqa
157
+ medalpaca/medical_meadow_wikidoc
158
+ medalpaca/medical_meadow_health_advice
159
+ medalpaca/medical_meadow_medical_flashcards
160
+ medalpaca/medical_meadow_cord19
161
+ medalpaca/medical_meadow_wikidoc_patient_information
162
+ medalpaca/medical_meadow_mmmlu
163
+ medalpaca/medical_meadow_pubmed_causal
164
+ medalpaca/medical_meadow_usmle_self_assessment
165
+ keivalya/MedQuad-MedicalQnADataset
166
+ IndianaUniversityDatasetsModels/MIMIC-medical-report
167
+ Annielytics/DoctorsNotes
168
+ lavita/ChatDoctor-HealthCareMagic-100k
169
+ lavita/ChatDoctor-iCliniq
170
+ mahfoos/Patient-Doctor-Conversation
171
+ Amod/mental_health_counseling_conversations
172
+ alexandreteles/mental-health-conversational-data
173
+ heliosbrahma/mental_health_chatbot_dataset
174
+ akemiH/NoteChat
175
+ openchat/cogstack-opengpt-sharegpt
176
+ h2oai/openassistant_oasst1_h2ogpt_llama2_chat
177
+ openchat/openchat_sharegpt4_dataset
178
+ garage-bAInd/Open-Platypus
179
+ lmsys/lmsys-arena-human-preference-55k
180
+ CarperAI/openai_summarize_tldr
181
+ Locutusque/OpenCerebrum-dpo
182
+ Locutusque/OpenCerebrum-2.0-SFT
183
+ internlm/Agent-FLAN
184
+ Clinton/Text-to-sql-v1
185
+ meta-math/MetaMath_DPO_FewShot
186
+ berkeley-nest/Nectar
187
+ bigcode/commitpackft
188
+ ybisk/piqa
189
+ meta-math/MetaMathQA
190
+ SAGI-1/reasoningData_200k
191
 
192
+ ```
193
+
194
+ ```
195
+ Total Turns: 81,167,793
196
+ Total Rows: 31,249,070
197
+
198
+ | # | Source | Percentage | Turns | Rows |
199
+ | - | ------ | ---------- | ----- | ---- |
200
+ | 1 | Flan: English | 20.33% | 16,500,966 | 8,250,483 |
201
+ | 2 | Flan: Non English | 18.47% | 14,995,714 | 7,497,857 |
202
+ | 3 | sodey | 9.71% | 7,883,090 | 917,016 |
203
+ | 4 | OIG soda_dialog | 7.93% | 6,436,873 | 1,191,582 |
204
+ | 5 | various 'orca' style reaugmentations | 3.62% | 2,934,794 | 878,547 |
205
+ | 6 | Select Stack | 3.59% | 2,911,650 | 1,455,825 |
206
+ | 7 | sft-distil | 3.59% | 2,911,634 | 1,455,817 |
207
+ | 8 | OIG abstract_infill | 3.52% | 2,858,795 | 232,188 |
208
+ | 9 | medical_meadow_cord19 | 2.79% | 2,265,654 | 755,218 |
209
+ | 10 | EverythingIsAllYouNeed0.25 | 2.39% | 1,941,198 | 970,599 |
210
+ | 11 | MATH-plus | 2.04% | 1,658,976 | 829,488 |
211
+ | 12 | OIG unifiedskg_instructions | 1.14% | 927,267 | 214,793 |
212
+ | 13 | OIG nq | 1.03% | 836,194 | 307,373 |
213
+ | 14 | MetaMath_DPO_FewShot | 0.97% | 787,998 | 393,999 |
214
+ | 15 | MetaMathQA | 0.95% | 770,166 | 385,083 |
215
+ | 16 | OpenHermes-2.5 | 0.95% | 769,503 | 367,336 |
216
+ | 17 | wildchat-sharegpt | 0.94% | 764,896 | 123,596 |
217
+ | 18 | hotdog-gpt | 0.73% | 591,467 | 190,543 |
218
+ | 19 | Tess-Coder-v1.0 | 0.72% | 585,038 | 117,008 |
219
+ | 20 | OIG canadian_parliament | 0.72% | 581,708 | 290,854 |
220
+ | 21 | openhermes | 0.66% | 536,782 | 240,894 |
221
+ | 22 | Text-to-sql-v1 | 0.65% | 524,412 | 262,206 |
222
+ | 23 | MathInstruct | 0.61% | 491,666 | 245,833 |
223
+ | 24 | OIG unnatural_instructions | 0.59% | 476,087 | 238,035 |
224
+ | 25 | OIG openai_summarize_tldr | 0.58% | 466,796 | 233,398 |
225
+ | 26 | OIG chip2 | 0.52% | 420,564 | 210,282 |
226
+ | 27 | orcamath-sharegpt | 0.49% | 399,414 | 199,707 |
227
+ | 28 | OIG xp3_sample | 0.46% | 376,276 | 188,138 |
228
+ | 29 | anthropic-hh-nectar | 0.43% | 346,892 | 73,687 |
229
+ | 30 | reasoningData_200k | 0.41% | 334,004 | 167,002 |
230
+ | 31 | OpenCodeInterpreterData | 0.41% | 331,715 | 36,836 |
231
+ | 32 | Synthia-v1.3 | 0.41% | 329,115 | 118,841 |
232
+ | 33 | yaml | 0.40% | 321,755 | 110,572 |
233
+ | 34 | GPTscience_maths_csml | 0.37% | 297,310 | 148,655 |
234
+ | 35 | OIG squad_v2 | 0.32% | 260,638 | 19,585 |
235
+ | 36 | OIG squad_v2_more_neg | 0.32% | 259,902 | 13,946 |
236
+ | 37 | OIG rallio_safety_and_prosocial | 0.31% | 250,534 | 125,235 |
237
+ | 38 | MIMIC-medical-report | 0.31% | 250,362 | 83,454 |
238
+ | 39 | OIG mathqa_flanv2_kojma_cot | 0.30% | 243,420 | 107,564 |
239
+ | 40 | openai_summarize_tldr | 0.29% | 233,336 | 116,668 |
240
+ | 41 | OIG sqlv2 | 0.28% | 224,270 | 24,546 |
241
+ | 42 | ruby | 0.24% | 197,135 | 68,086 |
242
+ | 43 | RPGuild-sharegpt-filtered | 0.24% | 196,309 | 27,053 |
243
+ | 44 | OIG multi_news | 0.22% | 179,888 | 89,944 |
244
+ | 45 | markdown | 0.22% | 174,608 | 61,260 |
245
+ | 46 | javascript | 0.19% | 156,109 | 52,289 |
246
+ | 47 | python | 0.19% | 151,866 | 55,045 |
247
+ | 48 | know_sql | 0.18% | 148,368 | 49,456 |
248
+ | 49 | text | 0.16% | 133,033 | 44,926 |
249
+ | 50 | saraswati_stem_formatted | 0.15% | 119,750 | 59,875 |
250
+ | 51 | know_saraswati_cot_formatted | 0.14% | 116,408 | 58,204 |
251
+ | 52 | json | 0.14% | 115,682 | 39,124 |
252
+ | 53 | OIG hc3_human | 0.14% | 112,112 | 56,056 |
253
+ | 54 | medical_meadow_medical_flashcards | 0.12% | 100,575 | 33,527 |
254
+ | 55 | lmsys-chat-1m-nectar | 0.11% | 86,770 | 43,385 |
255
+ | 56 | shell | 0.11% | 85,901 | 30,327 |
256
+ | 57 | cogstack-opengpt-sharegpt | 0.10% | 81,667 | 31,532 |
257
+ | 58 | Quanta | 0.10% | 78,096 | 26,032 |
258
+ | 59 | php | 0.08% | 68,256 | 24,302 |
259
+ | 60 | know_logic | 0.08% | 68,208 | 34,104 |
260
+ | 61 | html | 0.07% | 57,384 | 19,750 |
261
+ | 62 | OIG plot_screenplay_books_dialog | 0.07% | 54,981 | 7,924 |
262
+ | 63 | java | 0.07% | 53,574 | 20,150 |
263
+ | 64 | Open-Platypus | 0.07% | 53,373 | 24,109 |
264
+ | 65 | RFT-GSM-28K | 0.06% | 51,092 | 25,546 |
265
+ | 66 | OIG conv_finqa | 0.06% | 50,472 | 9,102 |
266
+ | 67 | sharegpt-nectar | 0.06% | 49,896 | 24,948 |
267
+ | 68 | OIG cuad | 0.05% | 41,390 | 510 |
268
+ | 69 | OpenCerebrum-dpo | 0.05% | 40,534 | 17,013 |
269
+ | 70 | Tested-22k-Python-Alpaca | 0.04% | 36,224 | 18,112 |
270
+ | 71 | OIG sqlv1 | 0.04% | 34,174 | 17,087 |
271
+ | 72 | MedQuad-MedicalQnADataset | 0.04% | 32,718 | 16,359 |
272
+ | 73 | piqa | 0.04% | 32,212 | 16,106 |
273
+ | 74 | html+erb | 0.04% | 31,679 | 10,708 |
274
+ | 75 | OIG image_prompts_instructions | 0.04% | 30,932 | 15,466 |
275
+ | 76 | medical_meadow_medqa | 0.04% | 30,534 | 10,178 |
276
+ | 77 | ini | 0.04% | 30,461 | 10,396 |
277
+ | 78 | medical_meadow_wikidoc | 0.04% | 29,998 | 10,000 |
278
+ | 79 | c# | 0.03% | 26,796 | 9,220 |
279
+ | 80 | xml | 0.03% | 26,054 | 9,085 |
280
+ | 81 | medical_meadow_health_advice | 0.03% | 25,995 | 8,665 |
281
+ | 82 | OIG poetry_2_song | 0.03% | 25,462 | 12,731 |
282
+ | 83 | flan_v2_niv2-nectar | 0.03% | 24,036 | 12,018 |
283
+ | 84 | c | 0.03% | 23,203 | 8,250 |
284
+ | 85 | scss | 0.02% | 20,156 | 6,730 |
285
+ | 86 | evol_instruct-nectar | 0.02% | 19,930 | 9,965 |
286
+ | 87 | ultrachat-nectar | 0.02% | 19,822 | 9,911 |
287
+ | 88 | restructuredtext | 0.02% | 18,901 | 6,481 |
288
+ | 89 | OpenCerebrum-2.0-SFT | 0.02% | 18,793 | 4,382 |
289
+ | 90 | gpteacher-role-play-chatml | 0.02% | 18,222 | 9,111 |
290
+ | 91 | OIG grade_school_math_instructions | 0.02% | 17,584 | 8,792 |
291
+ | 92 | OIG essays | 0.02% | 17,581 | 2,064 |
292
+ | 93 | medical_meadow_wikidoc_patient_information | 0.02% | 17,550 | 5,850 |
293
+ | 94 | typescript | 0.02% | 16,912 | 5,816 |
294
+ | 95 | coffeescript | 0.02% | 15,836 | 5,403 |
295
+ | 96 | go | 0.02% | 14,814 | 4,939 |
296
+ | 97 | css | 0.02% | 14,654 | 4,979 |
297
+ | 98 | scala | 0.02% | 14,184 | 4,988 |
298
+ | 99 | c++ | 0.02% | 13,391 | 4,838 |
299
+ | 100 | swift | 0.02% | 13,361 | 4,724 |
300
+ | 101 | haml | 0.02% | 12,787 | 4,285 |
301
+ | 102 | know_medical_dialogue_v2 | 0.02% | 12,580 | 6,290 |
302
+ | 103 | medical_meadow_mmmlu | 0.01% | 11,058 | 3,686 |
303
+ | 104 | toml | 0.01% | 10,189 | 3,411 |
304
+ | 105 | riddler_formatted | 0.01% | 8,396 | 4,198 |
305
+ | 106 | rust | 0.01% | 8,276 | 2,977 |
306
+ | 107 | gpt-4-1106-preview | 0.01% | 8,106 | 4,053 |
307
+ | 108 | extractor-00000-of-00001 | 0.01% | 7,678 | 3,839 |
308
+ | 109 | clojure | 0.01% | 6,974 | 2,394 |
309
+ | 110 | Patient-Doctor-Conversation | 0.01% | 6,488 | 3,244 |
310
+ | 111 | jsx | 0.01% | 6,390 | 2,176 |
311
+ | 112 | kotlin | 0.01% | 6,206 | 2,193 |
312
+ | 113 | medical_meadow_mediqa | 0.01% | 6,162 | 2,054 |
313
+ | 114 | flan_v2_cot-nectar | 0.01% | 6,000 | 3,000 |
314
+ | 115 | perl | 0.01% | 5,837 | 2,217 |
315
+ | 116 | mental_health_counseling_conversations | 0.01% | 5,496 | 2,748 |
316
+ | 117 | sql | 0.01% | 5,172 | 1,998 |
317
+ | 118 | gpt-4-0613 | 0.01% | 4,862 | 2,431 |
318
+ | 119 | gpt-3.5-turbo-0613 | 0.01% | 4,742 | 2,371 |
319
+ | 120 | nix | 0.01% | 4,704 | 1,582 |
320
+ | 121 | false_qa-nectar | 0.01% | 4,640 | 2,320 |
321
+ | 122 | unknown | 0.01% | 4,576 | 1,571 |
322
+ | 123 | twig | 0.01% | 4,557 | 1,563 |
323
+ | 124 | handlebars | 0.01% | 4,176 | 1,405 |
324
+ | 125 | haskell | 0.01% | 4,095 | 1,365 |
325
+ | 126 | batchfile | 0.00% | 4,003 | 1,409 |
326
+ | 127 | less | 0.00% | 3,973 | 1,331 |
327
+ | 128 | datasci-python | 0.00% | 3,966 | 1,983 |
328
+ | 129 | gpt-4-0314 | 0.00% | 3,962 | 1,981 |
329
+ | 130 | groovy | 0.00% | 3,952 | 1,470 |
330
+ | 131 | flan_v2_p3-nectar | 0.00% | 3,858 | 1,929 |
331
+ | 132 | OIG poetry_instructions | 0.00% | 3,508 | 1,754 |
332
+ | 133 | claude-1 | 0.00% | 3,476 | 1,738 |
333
+ | 134 | bitbake | 0.00% | 3,419 | 1,264 |
334
+ | 135 | claude-2.1 | 0.00% | 3,400 | 1,700 |
335
+ | 136 | jade | 0.00% | 3,282 | 1,101 |
336
+ | 137 | elixir | 0.00% | 3,281 | 1,138 |
337
+ | 138 | claude-instant-1 | 0.00% | 3,262 | 1,631 |
338
+ | 139 | viml | 0.00% | 3,150 | 1,050 |
339
+ | 140 | slim | 0.00% | 3,111 | 1,043 |
340
+ | 141 | emacs-lisp | 0.00% | 2,884 | 983 |
341
+ | 142 | cmake | 0.00% | 2,876 | 959 |
342
+ | 143 | makefile | 0.00% | 2,721 | 933 |
343
+ | 144 | powershell | 0.00% | 2,690 | 970 |
344
+ | 145 | cucumber | 0.00% | 2,632 | 951 |
345
+ | 146 | llama-2-70b-chat | 0.00% | 2,546 | 1,273 |
346
+ | 147 | vicuna-33b | 0.00% | 2,526 | 1,263 |
347
+ | 148 | lua | 0.00% | 2,517 | 904 |
348
+ | 149 | vicuna-13b | 0.00% | 2,482 | 1,241 |
349
+ | 150 | mistral-medium | 0.00% | 2,438 | 1,219 |
350
+ | 151 | mixtral-8x7b-instruct-v0.1 | 0.00% | 2,390 | 1,195 |
351
+ | 152 | fish | 0.00% | 2,275 | 802 |
352
+ | 153 | common-lisp | 0.00% | 2,234 | 761 |
353
+ | 154 | smarty | 0.00% | 2,127 | 723 |
354
+ | 155 | dart | 0.00% | 2,092 | 750 |
355
+ | 156 | sass | 0.00% | 2,060 | 692 |
356
+ | 157 | llvm | 0.00% | 1,991 | 778 |
357
+ | 158 | claude-2.0 | 0.00% | 1,902 | 951 |
358
+ | 159 | saltstack | 0.00% | 1,818 | 617 |
359
+ | 160 | gpt-3.5-turbo-1106 | 0.00% | 1,724 | 862 |
360
+ | 161 | llama-2-13b-chat | 0.00% | 1,712 | 856 |
361
+ | 162 | vue | 0.00% | 1,705 | 583 |
362
+ | 163 | diff | 0.00% | 1,564 | 656 |
363
+ | 164 | asciidoc | 0.00% | 1,523 | 508 |
364
+ | 165 | truthful_qa-nectar | 0.00% | 1,488 | 744 |
365
+ | 166 | zephyr-7b-beta | 0.00% | 1,428 | 714 |
366
+ | 167 | gpt-3.5-turbo-0314 | 0.00% | 1,418 | 709 |
367
+ | 168 | stylus | 0.00% | 1,414 | 476 |
368
+ | 169 | freemarker | 0.00% | 1,322 | 508 |
369
+ | 170 | erlang | 0.00% | 1,286 | 468 |
370
+ | 171 | palm-2 | 0.00% | 1,270 | 635 |
371
+ | 172 | hcl | 0.00% | 1,206 | 420 |
372
+ | 173 | gpt-4-0125-preview | 0.00% | 1,192 | 596 |
373
+ | 174 | html+django | 0.00% | 1,174 | 394 |
374
+ | 175 | wizardlm-70b | 0.00% | 1,170 | 585 |
375
+ | 176 | wizardlm-13b | 0.00% | 1,140 | 570 |
376
+ | 177 | koala-13b | 0.00% | 1,120 | 560 |
377
+ | 178 | llama-2-7b-chat | 0.00% | 1,106 | 553 |
378
+ | 179 | yi-34b-chat | 0.00% | 1,062 | 531 |
379
+ | 180 | qml | 0.00% | 1,053 | 362 |
380
+ | 181 | csv | 0.00% | 1,010 | 368 |
381
+ | 182 | gemini-pro-dev-api | 0.00% | 954 | 477 |
382
+ | 183 | know_medical_dialogues | 0.00% | 952 | 476 |
383
+ | 184 | openchat-3.5 | 0.00% | 944 | 472 |
384
+ | 185 | flan_v2_flan2021-nectar | 0.00% | 928 | 464 |
385
+ | 186 | ocaml | 0.00% | 912 | 327 |
386
+ | 187 | gemini-pro | 0.00% | 906 | 453 |
387
+ | 188 | pplx-70b-online | 0.00% | 896 | 448 |
388
+ | 189 | vicuna-7b | 0.00% | 894 | 447 |
389
+ | 190 | codellama-34b-instruct | 0.00% | 852 | 426 |
390
+ | 191 | tex | 0.00% | 839 | 297 |
391
+ | 192 | starling-lm-7b-alpha | 0.00% | 800 | 400 |
392
+ | 193 | rdoc | 0.00% | 795 | 269 |
393
+ | 194 | mistral-7b-instruct | 0.00% | 774 | 387 |
394
+ | 195 | elm | 0.00% | 772 | 265 |
395
+ | 196 | tulu-2-dpo-70b | 0.00% | 756 | 378 |
396
+ | 197 | f# | 0.00% | 743 | 251 |
397
+ | 198 | alpaca-13b | 0.00% | 710 | 355 |
398
+ | 199 | smalltalk | 0.00% | 706 | 284 |
399
+ | 200 | oasst-pythia-12b | 0.00% | 684 | 342 |
400
+ | 201 | pplx-7b-online | 0.00% | 656 | 328 |
401
+ | 202 | ada | 0.00% | 650 | 261 |
402
+ | 203 | scheme | 0.00% | 598 | 212 |
403
+ | 204 | openhermes-2.5-mistral-7b | 0.00% | 560 | 280 |
404
+ | 205 | qwen-14b-chat | 0.00% | 550 | 275 |
405
+ | 206 | arduino | 0.00% | 544 | 224 |
406
+ | 207 | crystal | 0.00% | 536 | 182 |
407
+ | 208 | RWKV-4-Raven-14B | 0.00% | 530 | 265 |
408
+ | 209 | gpt-3.5-turbo-0125 | 0.00% | 528 | 264 |
409
+ | 210 | gas | 0.00% | 502 | 192 |
410
+ | 211 | desktop | 0.00% | 500 | 174 |
411
+ | 212 | protocol-buffer | 0.00% | 500 | 180 |
412
+ | 213 | julia | 0.00% | 494 | 180 |
413
+ | 214 | guanaco-33b | 0.00% | 492 | 246 |
414
+ | 215 | haxe | 0.00% | 488 | 173 |
415
+ | 216 | groff | 0.00% | 485 | 188 |
416
+ | 217 | solar-10.7b-instruct-v1.0 | 0.00% | 484 | 242 |
417
+ | 218 | mako | 0.00% | 480 | 166 |
418
+ | 219 | glsl | 0.00% | 471 | 157 |
419
+ | 220 | java-server-pages | 0.00% | 463 | 163 |
420
+ | 221 | chatglm-6b | 0.00% | 432 | 216 |
421
+ | 222 | html+php | 0.00% | 432 | 146 |
422
+ | 223 | qwen1.5-72b-chat | 0.00% | 426 | 213 |
423
+ | 224 | mpt-7b-chat | 0.00% | 426 | 213 |
424
+ | 225 | svg | 0.00% | 425 | 166 |
425
+ | 226 | mpt-30b-chat | 0.00% | 414 | 207 |
426
+ | 227 | stripedhyena-nous-7b | 0.00% | 412 | 206 |
427
+ | 228 | html+eex | 0.00% | 405 | 135 |
428
+ | 229 | openassistant_oasst1_h2ogpt_llama2_chat | 0.00% | 404 | 202 |
429
+ | 230 | qmake | 0.00% | 401 | 135 |
430
+ | 231 | fastchat-t5-3b | 0.00% | 388 | 194 |
431
+ | 232 | org | 0.00% | 383 | 136 |
432
+ | 233 | deepseek-llm-67b-chat | 0.00% | 378 | 189 |
433
+ | 234 | llama2-70b-steerlm-chat | 0.00% | 358 | 179 |
434
+ | 235 | rhtml | 0.00% | 356 | 124 |
435
+ | 236 | cython | 0.00% | 322 | 115 |
436
+ | 237 | racket | 0.00% | 321 | 116 |
437
+ | 238 | perl6 | 0.00% | 317 | 116 |
438
+ | 239 | chatglm3-6b | 0.00% | 314 | 157 |
439
+ | 240 | r | 0.00% | 312 | 119 |
440
+ | 241 | factor | 0.00% | 287 | 99 |
441
+ | 242 | unity3d-asset | 0.00% | 282 | 101 |
442
+ | 243 | m4 | 0.00% | 279 | 99 |
443
+ | 244 | tcl | 0.00% | 267 | 98 |
444
+ | 245 | stablelm-tuned-alpha-7b | 0.00% | 264 | 132 |
445
+ | 246 | assembly | 0.00% | 260 | 104 |
446
+ | 247 | xslt | 0.00% | 251 | 96 |
447
+ | 248 | dolly-v2-12b | 0.00% | 248 | 124 |
448
+ | 249 | mind2web-00000-of-00001-fc25d47330eea0fc | 0.00% | 242 | 121 |
449
+ | 250 | objective-c++ | 0.00% | 238 | 84 |
450
+ | 251 | zephyr-7b-alpha | 0.00% | 236 | 118 |
451
+ | 252 | purescript | 0.00% | 225 | 80 |
452
+ | 253 | robotframework | 0.00% | 216 | 84 |
453
+ | 254 | nous-hermes-2-mixtral-8x7b-dpo | 0.00% | 212 | 106 |
454
+ | 255 | standard-ml | 0.00% | 192 | 71 |
455
+ | 256 | dolphin-2.2.1-mistral-7b | 0.00% | 190 | 95 |
456
+ | 257 | fortran | 0.00% | 187 | 70 |
457
+ | 258 | gpt4all-13b-snoozy | 0.00% | 186 | 93 |
458
+ | 259 | livescript | 0.00% | 178 | 62 |
459
+ | 260 | llama-13b | 0.00% | 176 | 88 |
460
+ | 261 | textile | 0.00% | 173 | 60 |
461
+ | 262 | nimrod | 0.00% | 173 | 66 |
462
+ | 263 | falcon-180b-chat | 0.00% | 156 | 78 |
463
+ | 264 | xtend | 0.00% | 155 | 55 |
464
+ | 265 | gettext-catalog | 0.00% | 147 | 65 |
465
+ | 266 | ceylon | 0.00% | 146 | 49 |
466
+ | 267 | chatglm2-6b | 0.00% | 146 | 73 |
467
+ | 268 | vala | 0.00% | 143 | 50 |
468
+ | 269 | edn | 0.00% | 138 | 47 |
469
+ | 270 | awk | 0.00% | 133 | 52 |
470
+ | 271 | actionscript | 0.00% | 132 | 48 |
471
+ | 272 | visual-basic | 0.00% | 131 | 47 |
472
+ | 273 | pod | 0.00% | 130 | 48 |
473
+ | 274 | sqf | 0.00% | 127 | 43 |
474
+ | 275 | openchat-3.5-0106 | 0.00% | 126 | 63 |
475
+ | 276 | dockerfile | 0.00% | 115 | 39 |
476
+ | 277 | linker-script | 0.00% | 108 | 36 |
477
+ | 278 | idris | 0.00% | 107 | 37 |
478
+ | 279 | qwen1.5-7b-chat | 0.00% | 102 | 51 |
479
+ | 280 | solidity | 0.00% | 102 | 36 |
480
+ | 281 | systemverilog | 0.00% | 101 | 35 |
481
+ | 282 | json5 | 0.00% | 98 | 33 |
482
+ | 283 | jupyter-notebook | 0.00% | 98 | 47 |
483
+ | 284 | processing | 0.00% | 96 | 35 |
484
+ | 285 | mediawiki | 0.00% | 94 | 33 |
485
+ | 286 | rouge | 0.00% | 92 | 41 |
486
+ | 287 | xquery | 0.00% | 89 | 38 |
487
+ | 288 | graphviz-dot | 0.00% | 84 | 32 |
488
+ | 289 | liquid | 0.00% | 83 | 29 |
489
+ | 290 | thrift | 0.00% | 77 | 28 |
490
+ | 291 | groovy-server-pages | 0.00% | 75 | 25 |
491
+ | 292 | pan | 0.00% | 69 | 23 |
492
+ | 293 | qwen1.5-4b-chat | 0.00% | 68 | 34 |
493
+ | 294 | api-blueprint | 0.00% | 67 | 23 |
494
+ | 295 | opencl | 0.00% | 66 | 23 |
495
+ | 296 | asp | 0.00% | 64 | 22 |
496
+ | 297 | cuda | 0.00% | 64 | 25 |
497
+ | 298 | logtalk | 0.00% | 63 | 21 |
498
+ | 299 | pascal | 0.00% | 62 | 24 |
499
+ | 300 | chapel | 0.00% | 60 | 20 |
500
+ | 301 | sparql | 0.00% | 60 | 23 |
501
+ | 302 | coldfusion-cfc | 0.00% | 58 | 20 |
502
+ | 303 | applescript | 0.00% | 57 | 19 |
503
+ | 304 | parrot-internal-representation | 0.00% | 56 | 20 |
504
+ | 305 | logos | 0.00% | 55 | 19 |
505
+ | 306 | mistral-7b-instruct-v0.2 | 0.00% | 54 | 27 |
506
+ | 307 | literate-coffeescript | 0.00% | 54 | 19 |
507
+ | 308 | digital-command-language | 0.00% | 53 | 19 |
508
+ | 309 | turtle | 0.00% | 52 | 21 |
509
+ | 310 | ioke | 0.00% | 52 | 19 |
510
+ | 311 | pony | 0.00% | 48 | 16 |
511
+ | 312 | openscad | 0.00% | 48 | 21 |
512
+ | 313 | vcl | 0.00% | 48 | 17 |
513
+ | 314 | graphql | 0.00% | 48 | 17 |
514
+ | 315 | dm | 0.00% | 46 | 16 |
515
+ | 316 | gnuplot | 0.00% | 45 | 17 |
516
+ | 317 | ooc | 0.00% | 43 | 15 |
517
+ | 318 | inno-setup | 0.00% | 43 | 15 |
518
+ | 319 | gentoo-ebuild | 0.00% | 42 | 15 |
519
+ | 320 | modelica | 0.00% | 42 | 15 |
520
+ | 321 | antlr | 0.00% | 42 | 15 |
521
+ | 322 | nsis | 0.00% | 41 | 15 |
522
+ | 323 | http | 0.00% | 38 | 18 |
523
+ | 324 | ninja | 0.00% | 36 | 14 |
524
+ | 325 | mirah | 0.00% | 36 | 15 |
525
+ | 326 | autohotkey | 0.00% | 36 | 15 |
526
+ | 327 | augeas | 0.00% | 35 | 13 |
527
+ | 328 | hy | 0.00% | 32 | 11 |
528
+ | 329 | hlsl | 0.00% | 32 | 11 |
529
+ | 330 | stata | 0.00% | 30 | 10 |
530
+ | 331 | piglatin | 0.00% | 30 | 11 |
531
+ | 332 | capn-proto | 0.00% | 28 | 10 |
532
+ | 333 | moonscript | 0.00% | 28 | 10 |
533
+ | 334 | coldfusion | 0.00% | 27 | 9 |
534
+ | 335 | volt | 0.00% | 27 | 9 |
535
+ | 336 | tcsh | 0.00% | 25 | 10 |
536
+ | 337 | jasmin | 0.00% | 25 | 9 |
537
+ | 338 | raml | 0.00% | 25 | 9 |
538
+ | 339 | postscript | 0.00% | 25 | 9 |
539
+ | 340 | scilab | 0.00% | 25 | 10 |
540
+ | 341 | fancy | 0.00% | 24 | 8 |
541
+ | 342 | gdscript | 0.00% | 24 | 8 |
542
+ | 343 | latte | 0.00% | 21 | 7 |
543
+ | 344 | aspectj | 0.00% | 20 | 7 |
544
+ | 345 | apl | 0.00% | 20 | 7 |
545
+ | 346 | xs | 0.00% | 20 | 7 |
546
+ | 347 | g-code | 0.00% | 19 | 7 |
547
+ | 348 | nesc | 0.00% | 19 | 7 |
548
+ | 349 | emberscript | 0.00% | 19 | 7 |
549
+ | 350 | ston | 0.00% | 18 | 6 |
550
+ | 351 | oz | 0.00% | 18 | 7 |
551
+ | 352 | literate-haskell | 0.00% | 18 | 7 |
552
+ | 353 | yang | 0.00% | 17 | 6 |
553
+ | 354 | webidl | 0.00% | 17 | 6 |
554
+ | 355 | jsonld | 0.00% | 16 | 6 |
555
+ | 356 | jsoniq | 0.00% | 16 | 6 |
556
+ | 357 | lfe | 0.00% | 16 | 6 |
557
+ | 358 | pike | 0.00% | 15 | 6 |
558
+ | 359 | purebasic | 0.00% | 15 | 5 |
559
+ | 360 | pov-ray-sdl | 0.00% | 14 | 5 |
560
+ | 361 | lilypond | 0.00% | 13 | 6 |
561
+ | 362 | agda | 0.00% | 13 | 5 |
562
+ | 363 | vhdl | 0.00% | 13 | 5 |
563
+ | 364 | zephir | 0.00% | 12 | 4 |
564
+ | 365 | mupad | 0.00% | 12 | 4 |
565
+ | 366 | mask | 0.00% | 12 | 4 |
566
+ | 367 | krl | 0.00% | 12 | 4 |
567
+ | 368 | zig | 0.00% | 12 | 4 |
568
+ | 369 | metal | 0.00% | 12 | 4 |
569
+ | 370 | slash | 0.00% | 12 | 4 |
570
+ | 371 | io | 0.00% | 12 | 4 |
571
+ | 372 | monkey | 0.00% | 12 | 4 |
572
+ | 373 | ragel-in-ruby-host | 0.00% | 10 | 4 |
573
+ | 374 | xbase | 0.00% | 9 | 3 |
574
+ | 375 | eagle | 0.00% | 9 | 4 |
575
+ | 376 | squirrel | 0.00% | 9 | 4 |
576
+ | 377 | genshi | 0.00% | 9 | 3 |
577
+ | 378 | cartocss | 0.00% | 9 | 3 |
578
+ | 379 | xproc | 0.00% | 9 | 3 |
579
+ | 380 | wisp | 0.00% | 9 | 3 |
580
+ | 381 | urweb | 0.00% | 9 | 3 |
581
+ | 382 | yacc | 0.00% | 8 | 3 |
582
+ | 383 | smt | 0.00% | 8 | 3 |
583
+ | 384 | medical_meadow_pubmed_causal | 0.00% | 8 | 4 |
584
+ | 385 | lsl | 0.00% | 8 | 3 |
585
+ | 386 | ats | 0.00% | 8 | 3 |
586
+ | 387 | flux | 0.00% | 8 | 3 |
587
+ | 388 | bro | 0.00% | 8 | 3 |
588
+ | 389 | ecl | 0.00% | 8 | 4 |
589
+ | 390 | nit | 0.00% | 7 | 3 |
590
+ | 391 | pawn | 0.00% | 7 | 3 |
591
+ | 392 | rebol | 0.00% | 7 | 3 |
592
+ | 393 | mtml | 0.00% | 6 | 2 |
593
+ | 394 | eiffel | 0.00% | 6 | 2 |
594
+ | 395 | c2hs-haskell | 0.00% | 6 | 2 |
595
+ | 396 | uno | 0.00% | 6 | 2 |
596
+ | 397 | lean | 0.00% | 6 | 3 |
597
+ | 398 | sourcepawn | 0.00% | 6 | 3 |
598
+ | 399 | brainfuck | 0.00% | 6 | 2 |
599
+ | 400 | renpy | 0.00% | 6 | 2 |
600
+ | 401 | boo | 0.00% | 6 | 2 |
601
+ | 402 | arc | 0.00% | 6 | 2 |
602
+ | 403 | dylan | 0.00% | 6 | 2 |
603
+ | 404 | bluespec | 0.00% | 6 | 2 |
604
+ | 405 | creole | 0.00% | 6 | 2 |
605
+ | 406 | forth | 0.00% | 6 | 2 |
606
+ | 407 | apacheconf | 0.00% | 6 | 2 |
607
+ | 408 | isabelle | 0.00% | 5 | 2 |
608
+ | 409 | maple | 0.00% | 5 | 2 |
609
+ | 410 | dns-zone | 0.00% | 5 | 2 |
610
+ | 411 | nginx | 0.00% | 5 | 2 |
611
+ | 412 | inform-7 | 0.00% | 5 | 2 |
612
+ | 413 | csound | 0.00% | 4 | 2 |
613
+ | 414 | nu | 0.00% | 4 | 2 |
614
+ | 415 | supercollider | 0.00% | 4 | 2 |
615
+ | 416 | parrot-assembly | 0.00% | 3 | 1 |
616
+ | 417 | literate-agda | 0.00% | 3 | 1 |
617
+ | 418 | igor-pro | 0.00% | 3 | 1 |
618
+ | 419 | unrealscript | 0.00% | 3 | 1 |
619
+ | 420 | pure-data | 0.00% | 3 | 1 |
620
+ | 421 | blitzmax | 0.00% | 3 | 1 |
621
+ | 422 | sage | 0.00% | 3 | 1 |
622
+ | 423 | module-management-system | 0.00% | 3 | 1 |
623
+ | 424 | scaml | 0.00% | 3 | 1 |
624
+ | 425 | netlinx | 0.00% | 3 | 1 |
625
+ | 426 | abap | 0.00% | 3 | 1 |
626
+ | 427 | xpages | 0.00% | 3 | 1 |
627
+ | 428 | propeller-spin | 0.00% | 3 | 1 |
628
+ | 429 | sas | 0.00% | 3 | 1 |
629
+ | 430 | ArithmeLogic | 0.00% | 2 | 1 |
630
+ | 431 | clean | 0.00% | 2 | 1 |
631
+ | 432 | harbour | 0.00% | 2 | 1 |
632
+ | 433 | mathematica | 0.00% | 2 | 1 |
633
+ | 434 | jflex | 0.00% | 2 | 1 |
634
+ | 435 | red | 0.00% | 2 | 1 |
635
+
636
+ ```
637
 
638
  # Citations
639
  ```