Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- ko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Dell QA English to Korean Translation Dataset
|
@@ -33,4 +40,4 @@ Here is an example of how to load this dataset using the Hugging Face `datasets`
|
|
33 |
```python
|
34 |
from datasets import load_dataset
|
35 |
|
36 |
-
dataset = load_dataset('your-username/dell-qa-en-to-ko-translated-by-ke-t5-base')
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- ko
|
5 |
+
task_categories:
|
6 |
+
- question-answering
|
7 |
+
- translation
|
8 |
+
tags:
|
9 |
+
- not-for-all-audiences
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
---
|
13 |
|
14 |
# Dell QA English to Korean Translation Dataset
|
|
|
40 |
```python
|
41 |
from datasets import load_dataset
|
42 |
|
43 |
+
dataset = load_dataset('your-username/dell-qa-en-to-ko-translated-by-ke-t5-base')
|