c871bd2 b6e11ee c871bd2
1
2
3
4
5
6
7
8
9
10
11
12
--- language: - it --- # Italian Tweets Test Dataset This is a dataset with 10M italian tweets. It still contains errors. Please do not use. ## How to Use ```python from datasets import load_dataset data = load_dataset("pere/italian_tweets_10M") ```