Datasets:
update LICENSE
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
language:
|
@@ -21,6 +21,7 @@ language:
|
|
21 |
pretty_name: Ultra-FineWeb
|
22 |
size_categories:
|
23 |
- n>1T
|
|
|
24 |
---
|
25 |
# Ultra-FineWeb
|
26 |
|
@@ -109,4 +110,4 @@ If you find our work useful, please consider citing:
|
|
109 |
|
110 |
## 💳 License
|
111 |
|
112 |
-
This project is released under the [
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: en
|
6 |
+
path: data/ultrafineweb_en/*
|
7 |
+
- split: zh
|
8 |
+
path: data/ultrafineweb_zh/*
|
9 |
+
features:
|
10 |
+
- name: content
|
11 |
+
dtype: string
|
12 |
+
- name: score
|
13 |
+
dtype: float
|
14 |
+
- name: source
|
15 |
+
dtype: string
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
language:
|
|
|
21 |
pretty_name: Ultra-FineWeb
|
22 |
size_categories:
|
23 |
- n>1T
|
24 |
+
license: apache-2.0
|
25 |
---
|
26 |
# Ultra-FineWeb
|
27 |
|
|
|
110 |
|
111 |
## 💳 License
|
112 |
|
113 |
+
This project is released under the [Apache 2.0](./LICENSE). Please note that since ***Ultra-FineWeb*** is built using multiple datasets, users should check the **LICENSE of each dataset individually** to ensure proper usage and compliance.
|