File size: 1,654 Bytes
a29d76f b8880cd eef4133 725b0d2 b8880cd eef4133 b8880cd eef4133 725b0d2 b6169d0 b8880cd b6169d0 |
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 |
---
license: odc-by
size_categories:
- 100M<n<1B
task_categories:
- text2text-generation
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: en-targets
data_files:
- split: train
path: en-targets/train-*
- config_name: targets-3w
data_files:
- split: train
path: targets-3w/train-*
dataset_info:
- config_name: default
features:
- name: inputs
dtype: string
- name: targets
dtype: string
- name: task
dtype: string
splits:
- name: train
num_bytes: 427709950401
num_examples: 395854147
download_size: 254164161252
dataset_size: 427709950401
- config_name: en-targets
features:
- name: inputs
dtype: string
- name: targets
dtype: string
- name: task
dtype: string
splits:
- name: train
num_bytes: 205684772659.05002
num_examples: 190365387
download_size: 144460916320
dataset_size: 205684772659.05002
- config_name: targets-3w
features:
- name: inputs
dtype: string
- name: targets
dtype: string
- name: task
dtype: string
splits:
- name: train
num_bytes: 250981260504.2578
num_examples: 232288196
download_size: 162299989257
dataset_size: 250981260504.2578
language:
- en
---
# flan-v2: hf datasets format
https://hf.co/datasets/philschmid/flanv2 directly loaded into hf datasets parquet files for easier streaming, etc.
> [!NOTE]
> There are two other configs besides the default, `en-targets` and `targets-3w`
- `en-targets`: the `targets` column filtered with fasttext-langdetect for `en` and `score` >= 0.65
- `targets-3w`: the `targets` column filtered for 3 or more words |