File size: 485 Bytes
751a6f5 62aff9a 751a6f5 62aff9a 751a6f5 62aff9a 751a6f5 62aff9a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 27242341
num_examples: 2293
download_size: 15366817
dataset_size: 27242341
task_categories:
- text-generation
language:
- en
tags:
- LM
size_categories:
- 1K<n<10K
---
# Ted Talks
- Source: https://huggingface.co/datasets/ted_talks_iwslt
- Num examples: 2,293
- Language: English
```python
from datasets import load_dataset
load_dataset("tdtunlp/ted_talks_iwslt_en")
``` |