Datasets:
kocoten1992
commited on
Commit
·
158c57b
1
Parent(s):
10cc034
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
---
|
2 |
license: wtfpl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# To join all training set files together
|
6 |
-
run `python join_dataset.py` file, final result will be `join_dataset.json` file
|
7 |
-
|
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- vi
|
8 |
+
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
---
|
11 |
|
12 |
# To join all training set files together
|
13 |
+
run `python join_dataset.py` file, final result will be `join_dataset.json` file
|
|