Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: commercial
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/commercial/*.arrow
|
7 |
+
- config_name: non_commercial
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: data/non_commercial/*.arrow
|
11 |
+
- config_name: other
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: data/non_commercial/*.arrow
|
15 |
license: cc-by-4.0
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
size_categories:
|
19 |
+
- 1M<n<10M
|
20 |
+
---
|