Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -46,10 +46,13 @@ dataset_info:
|
|
46 |
num_examples: 8272
|
47 |
download_size: 5756232
|
48 |
dataset_size: 198354002
|
|
|
49 |
---
|
50 |
|
51 |
# Dataset Card for MultiRC_TH_drop
|
52 |
|
53 |
### Dataset Description
|
54 |
This dataset is Thai translated version of [multirc](https://huggingface.co/datasets/super_glue/viewer/multirc) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
|
55 |
-
The score was penalized by the length of original text compare to translated text. The row that any score < 0.66 was dropped.
|
|
|
|
|
|
46 |
num_examples: 8272
|
47 |
download_size: 5756232
|
48 |
dataset_size: 198354002
|
49 |
+
license: apache-2.0
|
50 |
---
|
51 |
|
52 |
# Dataset Card for MultiRC_TH_drop
|
53 |
|
54 |
### Dataset Description
|
55 |
This dataset is Thai translated version of [multirc](https://huggingface.co/datasets/super_glue/viewer/multirc) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
|
56 |
+
The score was penalized by the length of original text compare to translated text. The row that any score < 0.66 was dropped.
|
57 |
+
|
58 |
+
License : Apache 2.0
|