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") | |
``` |