Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,19 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
source_datasets: tiiuae/falcon-refinedweb
|
18 |
+
language:
|
19 |
+
- en
|
20 |
+
license: odc-by
|
21 |
+
task_categories:
|
22 |
+
- text-generation
|
23 |
---
|
24 |
+
|
25 |
+
# BEE-spoke-data/falcon-refinedweb-100k_en-xlong
|
26 |
+
|
27 |
+
|
28 |
+
A sample from [falcon-refinedweb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb):
|
29 |
+
|
30 |
+
- more than 4096 & less than 34,000 gpt4 tiktoken tokens
|
31 |
+
- `en` only (via fasttext-langdetect)
|
32 |
+
- 100k samples
|