Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: url
|
6 |
-
dtype: string
|
7 |
-
- name: tag
|
8 |
-
dtype: string
|
9 |
-
- name: text
|
10 |
-
dtype: string
|
11 |
-
- name: file_path
|
12 |
-
dtype: string
|
13 |
-
- name: dump
|
14 |
-
dtype: string
|
15 |
-
- name: file_size_in_byte
|
16 |
-
dtype: int64
|
17 |
-
- name: line_count
|
18 |
-
dtype: int64
|
19 |
-
splits:
|
20 |
-
- name: train
|
21 |
-
num_bytes: 18159796472
|
22 |
-
num_examples: 5241900
|
23 |
-
download_size: 9949701917
|
24 |
-
dataset_size: 18159796472
|
25 |
-
configs:
|
26 |
-
- config_name: default
|
27 |
-
data_files:
|
28 |
-
- split: train
|
29 |
-
path: data/train-*
|
30 |
-
---
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: url
|
6 |
+
dtype: string
|
7 |
+
- name: tag
|
8 |
+
dtype: string
|
9 |
+
- name: text
|
10 |
+
dtype: string
|
11 |
+
- name: file_path
|
12 |
+
dtype: string
|
13 |
+
- name: dump
|
14 |
+
dtype: string
|
15 |
+
- name: file_size_in_byte
|
16 |
+
dtype: int64
|
17 |
+
- name: line_count
|
18 |
+
dtype: int64
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 18159796472
|
22 |
+
num_examples: 5241900
|
23 |
+
download_size: 9949701917
|
24 |
+
dataset_size: 18159796472
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
+
---
|
31 |
+
|
32 |
+
This data corpus is a math corpus recalled from [Fineweb](https://huggingface.co/datasets/HuggingFaceFW/fineweb) using fastText.
|