readme: add language tag
#1
by
stefan-it
- opened
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Italian Tweets Test Dataset
|
2 |
This is a dataset with 10M italian tweets. It still contains errors. Please do not use.
|
3 |
|
@@ -5,4 +9,4 @@ This is a dataset with 10M italian tweets. It still contains errors. Please do n
|
|
5 |
```python
|
6 |
from datasets import load_dataset
|
7 |
data = load_dataset("pere/italian_tweets_10M")
|
8 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- it
|
4 |
+
---
|
5 |
# Italian Tweets Test Dataset
|
6 |
This is a dataset with 10M italian tweets. It still contains errors. Please do not use.
|
7 |
|
|
|
9 |
```python
|
10 |
from datasets import load_dataset
|
11 |
data = load_dataset("pere/italian_tweets_10M")
|
12 |
+
```
|