Hoshikuzu commited on
Commit
8f1fe54
1 Parent(s): 5c185c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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 this website! -> **[(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,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