Datasets:
indiejoseph
commited on
Commit
•
fc505f6
1
Parent(s):
9cf234a
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,34 @@
|
|
2 |
license: cc-by-sa-4.0
|
3 |
language:
|
4 |
- yue
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
language:
|
4 |
- yue
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
# Dataset Card for Cantonese XStoryCloze
|
9 |
+
|
10 |
+
This dataset is a Cantonese translation of the Simplified Chinese subset of [juletxara/xstory_cloze](https://huggingface.co/datasets/juletxara/xstory_cloze). For more detailed information about the original dataset, please refer to the provided link.
|
11 |
+
|
12 |
+
This dataset is translated by indiejoseph/bart-translation-zh-yue and has not undergone any manual verification. The content may be inaccurate or misleading. please keep this in mind when using this dataset.
|
13 |
+
|
14 |
+
## Sample
|
15 |
+
|
16 |
+
```json
|
17 |
+
{
|
18 |
+
"input_sentence_1": "瑞克喺一個坎坷動盪嘅家庭出世。",
|
19 |
+
"input_sentence_2": "佢從來都冇喺屋企得到有力支持,所以轉而投身幫派。",
|
20 |
+
"input_sentence_3": "冇耐前瑞克喺一單搶劫案中中彈。",
|
21 |
+
"input_sentence_4": "呢件事令佢改過自新、重新做人。",
|
22 |
+
"sentence_quiz1": "佢而家好開心。",
|
23 |
+
"sentence_quiz2": "佢加入咗一個幫派。",
|
24 |
+
"story_id": "138d5bfb-05cc-41e3-bf2c-fa85ebad14e2",
|
25 |
+
"answer_right_ending": 1
|
26 |
+
}
|
27 |
+
```
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
This dataset is provided under the same license as the original dataset: CC BY-SA 4.0
|
32 |
+
|
33 |
+
## Limitation and Usage Limits
|
34 |
+
|
35 |
+
Please check the original dataset for more information.
|