Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,11 @@ language:
|
|
8 |
---
|
9 |
|
10 |
# Dataset Card for TEDtalk-en-ja
|
11 |
-
|
12 |
### Dataset Summary
|
13 |
|
14 |
This corpus is extracted from the MTTT, with Japanese-English pairs.
|
15 |
-
For more information see
|
|
|
16 |
|
17 |
MTTT is a collection of multitarget bitexts based on TED Talks **[(https://www.ted.com)](https://www.ted.com)**.
|
18 |
The data is extracted from WIT^3, which is also used for the IWSLT Machine Translation Evaluation Campaigns.
|
@@ -30,8 +30,6 @@ from datasets import load_dataset
|
|
30 |
dataset = load_dataset("Hoshikuzu/TEDtalk-en-ja", streaming=True)
|
31 |
```
|
32 |
|
33 |
-
## Dataset Structure
|
34 |
-
|
35 |
### Data Instances
|
36 |
For example:
|
37 |
|
|
|
8 |
---
|
9 |
|
10 |
# Dataset Card for TEDtalk-en-ja
|
|
|
11 |
### Dataset Summary
|
12 |
|
13 |
This corpus is extracted from the MTTT, with Japanese-English pairs.
|
14 |
+
For more information, see website below!
|
15 |
+
**[(https://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks)](https://www.cs.jhu.edu/~kevinduh/a/multitarget-tedtalks)**
|
16 |
|
17 |
MTTT is a collection of multitarget bitexts based on TED Talks **[(https://www.ted.com)](https://www.ted.com)**.
|
18 |
The data is extracted from WIT^3, which is also used for the IWSLT Machine Translation Evaluation Campaigns.
|
|
|
30 |
dataset = load_dataset("Hoshikuzu/TEDtalk-en-ja", streaming=True)
|
31 |
```
|
32 |
|
|
|
|
|
33 |
### Data Instances
|
34 |
For example:
|
35 |
|