Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,24 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Tatoeba English Translation Dataset
|
@@ -80,4 +90,4 @@ The quality, readability, and sentiment scores are model-generated and may not a
|
|
80 |
## Contributions
|
81 |
|
82 |
- Thanks to the Tatoeba Project contributors for the original sentence pairs.
|
83 |
-
- The rest of the analyses are mine.
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: all
|
4 |
+
data_files: All.csv.gz
|
5 |
+
default: true
|
6 |
+
- config_name: quality
|
7 |
+
data_files: Quality.csv.gz
|
8 |
+
- config_name: readability
|
9 |
+
data_files: Readability.csv.gz
|
10 |
+
- config_name: sentiment
|
11 |
+
data_files: Sentiment.csv.gz
|
12 |
+
license: cc-by-sa-4.0
|
13 |
+
task_categories:
|
14 |
+
- text-classification
|
15 |
+
- feature-extraction
|
16 |
+
- translation
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
tags:
|
20 |
+
- tatoeba
|
21 |
+
- multilingual
|
22 |
---
|
23 |
|
24 |
# Tatoeba English Translation Dataset
|
|
|
90 |
## Contributions
|
91 |
|
92 |
- Thanks to the Tatoeba Project contributors for the original sentence pairs.
|
93 |
+
- The rest of the analyses are mine.
|