Update README.md
Browse files
README.md
CHANGED
@@ -51,4 +51,55 @@ configs:
|
|
51 |
An aggressively deduplicated (aka "compressed") version of [FLAN](https://huggingface.co/datasets/Open-Orca/FLAN): 378M rows -> 116M
|
52 |
|
53 |
- deduplicated on `inputs` only with minhash
|
54 |
-
- all rows mentioning translation tasks in `_task_name` have been dropped (see config `all` for these included)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
An aggressively deduplicated (aka "compressed") version of [FLAN](https://huggingface.co/datasets/Open-Orca/FLAN): 378M rows -> 116M
|
52 |
|
53 |
- deduplicated on `inputs` only with minhash
|
54 |
+
- all rows mentioning translation tasks in `_task_name` have been dropped (see config `all` for these included)
|
55 |
+
|
56 |
+
|
57 |
+
<details>
|
58 |
+
<summary>Top 40 tasks - Default Config - Click to Expand</summary>
|
59 |
+
|
60 |
+
Top 40 tasks - Default Config:
|
61 |
+
|
62 |
+
```
|
63 |
+
[('gigaword:1.2.0', 7225415),
|
64 |
+
('amazon_polarity_flattering_or_not', 6966639),
|
65 |
+
('amazon_polarity_Is_this_review_negative', 6912683),
|
66 |
+
('amazon_polarity_Is_this_review', 6902180),
|
67 |
+
('amazon_polarity_Is_this_product_review_positive', 6898275),
|
68 |
+
('amazon_polarity_convey_negative_or_positive_sentiment', 6857804),
|
69 |
+
('amazon_polarity_User_recommend_this_product', 6788054),
|
70 |
+
('amazon_polarity_negative_or_positive_tone', 6700500),
|
71 |
+
('amazon_polarity_would_you_buy', 6639327),
|
72 |
+
('amazon_polarity_user_satisfied', 6621607),
|
73 |
+
('math_dataset/algebra__linear_1d:1.0.0', 6065220),
|
74 |
+
('wiki_dialog', 5753721),
|
75 |
+
('sentiment140:1.0.0', 3882515),
|
76 |
+
('wiki_dialog_ii', 1810845),
|
77 |
+
('glue/mnli:2.0.0', 1732066),
|
78 |
+
('newsroom:1.0.0', 1551362),
|
79 |
+
('wiki_bio_who', 1366926),
|
80 |
+
('yelp_polarity_reviews:0.2.0', 1297748),
|
81 |
+
('wiki_bio_key_content', 1271294),
|
82 |
+
('wiki_bio_guess_person', 1190548),
|
83 |
+
('snli:1.1.0', 1169114),
|
84 |
+
('wiki_bio_what_content', 1163894),
|
85 |
+
('wiki_bio_comprehension', 1098344),
|
86 |
+
('glue/qqp:2.0.0', 1084866),
|
87 |
+
('dbpedia_14_pick_one_category_for_the_following_text', 997679),
|
88 |
+
('dbpedia_14_given_a_choice_of_categories_', 974289),
|
89 |
+
('dbpedia_14_given_list_what_category_does_the_paragraph_belong_to', 886494),
|
90 |
+
('cnn_dailymail:3.4.0', 529770),
|
91 |
+
('huggingface:xsum', 489659),
|
92 |
+
('ag_news_subset:1.0.0', 393966),
|
93 |
+
('glue/qnli:2.0.0', 308365),
|
94 |
+
('super_glue/record:1.0.2', 307155),
|
95 |
+
('trivia_qa/rc:1.1.0', 294200),
|
96 |
+
('natural_questions_open:1.0.0', 284111),
|
97 |
+
('squad/v2.0:3.0.0', 276551),
|
98 |
+
('gem/wiki_lingua_english_en:1.1.0', 258708),
|
99 |
+
('anli/r3:0.1.0', 222894),
|
100 |
+
('kilt_tasks_hotpotqa_straighforward_qa', 222040),
|
101 |
+
('kilt_tasks_hotpotqa_final_exam', 214800),
|
102 |
+
('kilt_tasks_hotpotqa_combining_facts', 214474)]
|
103 |
+
```
|
104 |
+
|
105 |
+
</details>
|