Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
File size: 3,012 Bytes
8f1a88f
6f7c6f6
 
 
 
 
 
 
8f1a88f
6f7c6f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f1a88f
 
 
 
 
 
 
 
 
0f340fe
 
 
 
8f1a88f
6f7c6f6
 
 
 
8f1a88f
 
 
 
 
7c36c6d
 
 
b4bf1f2
 
 
b63c954
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
language:
- en
license: cc-by-4.0
size_categories:
- 100M<n<1B
task_categories:
- text2text-generation
dataset_info:
- config_name: all
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: _task_name
    dtype: string
  splits:
  - name: train
    num_bytes: 361134866848.2417
    num_examples: 221466547
  download_size: 222738262858
  dataset_size: 361134866848.2417
- config_name: default
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: _task_name
    dtype: string
  splits:
  - name: train
    num_bytes: 189807091650.35074
    num_examples: 116399509
  download_size: 153206338553
  dataset_size: 189807091650.35074
configs:
- config_name: all
  data_files:
  - split: train
    path: all/train-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# FLAN: compressed

An aggressively deduplicated (aka "compressed") version of [FLAN](https://huggingface.co/datasets/Open-Orca/FLAN): 378M rows -> 116M

- deduplicated on `inputs` only with minhash
- all rows mentioning translation tasks in `_task_name` have been dropped (see config `all` for these included)


<details>
<summary>Top 40 tasks - Default Config - Click to Expand</summary>

Top 40 tasks - Default Config:

```
[('gigaword:1.2.0', 7225415),
 ('amazon_polarity_flattering_or_not', 6966639),
 ('amazon_polarity_Is_this_review_negative', 6912683),
 ('amazon_polarity_Is_this_review', 6902180),
 ('amazon_polarity_Is_this_product_review_positive', 6898275),
 ('amazon_polarity_convey_negative_or_positive_sentiment', 6857804),
 ('amazon_polarity_User_recommend_this_product', 6788054),
 ('amazon_polarity_negative_or_positive_tone', 6700500),
 ('amazon_polarity_would_you_buy', 6639327),
 ('amazon_polarity_user_satisfied', 6621607),
 ('math_dataset/algebra__linear_1d:1.0.0', 6065220),
 ('wiki_dialog', 5753721),
 ('sentiment140:1.0.0', 3882515),
 ('wiki_dialog_ii', 1810845),
 ('glue/mnli:2.0.0', 1732066),
 ('newsroom:1.0.0', 1551362),
 ('wiki_bio_who', 1366926),
 ('yelp_polarity_reviews:0.2.0', 1297748),
 ('wiki_bio_key_content', 1271294),
 ('wiki_bio_guess_person', 1190548),
 ('snli:1.1.0', 1169114),
 ('wiki_bio_what_content', 1163894),
 ('wiki_bio_comprehension', 1098344),
 ('glue/qqp:2.0.0', 1084866),
 ('dbpedia_14_pick_one_category_for_the_following_text', 997679),
 ('dbpedia_14_given_a_choice_of_categories_', 974289),
 ('dbpedia_14_given_list_what_category_does_the_paragraph_belong_to', 886494),
 ('cnn_dailymail:3.4.0', 529770),
 ('huggingface:xsum', 489659),
 ('ag_news_subset:1.0.0', 393966),
 ('glue/qnli:2.0.0', 308365),
 ('super_glue/record:1.0.2', 307155),
 ('trivia_qa/rc:1.1.0', 294200),
 ('natural_questions_open:1.0.0', 284111),
 ('squad/v2.0:3.0.0', 276551),
 ('gem/wiki_lingua_english_en:1.1.0', 258708),
 ('anli/r3:0.1.0', 222894),
 ('kilt_tasks_hotpotqa_straighforward_qa', 222040),
 ('kilt_tasks_hotpotqa_final_exam', 214800),
 ('kilt_tasks_hotpotqa_combining_facts', 214474)]
```

</details>