File size: 269 Bytes
65119c3 ae23d2f 2bc37ac 1fa264f 2bc37ac |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
language:
- it
---
# Italian Tweets Test Dataset
This is a test dataset that is available for debugging reasons only. It contains errors. Please do not use.
## How to Use
```python
from datasets import load_dataset
data = load_dataset("pere/italian_tweets_1M")
``` |