Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,17 @@ dataset_info:
|
|
60 |
num_examples: 232288196
|
61 |
download_size: 162299989257
|
62 |
dataset_size: 250981260504.2578
|
|
|
|
|
63 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
num_examples: 232288196
|
61 |
download_size: 162299989257
|
62 |
dataset_size: 250981260504.2578
|
63 |
+
language:
|
64 |
+
- en
|
65 |
---
|
66 |
+
|
67 |
+
# flan-v2: hf datasets format
|
68 |
+
|
69 |
+
https://hf.co/datasets/philschmid/flanv2 directly loaded into hf datasets parquet files for easier streaming, etc.
|
70 |
+
|
71 |
+
|
72 |
+
> [!NOTE]
|
73 |
+
> There are two other configs besides the default, `en-targets` and `targets-3w`
|
74 |
+
|
75 |
+
- `en-targets`: the `targets` column filtered with fasttext-langdetect for `en` and `score` >= 0.65
|
76 |
+
- `targets-3w`: the `targets` column filtered for 3 or more words
|