readme: add language tag
Browse filesHi,
as part of the #Hacktoberfest [2023](https://github.com/huggingface/hub-docs/issues/986) this MR extends the dataset metadata and adds a language tag.
Happy merging!
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 |
+
```
|