Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ And finally, label 4 indicates the sentiment of intense emotions, such as Surpri
|
|
36 |
### Direct Use
|
37 |
|
38 |
#### Transformers Dataset
|
39 |
-
```
|
40 |
from datasets import load_dataset
|
41 |
|
42 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
@@ -44,7 +44,7 @@ ds = load_dataset("moali-mkh-2000/PersianTwitterDataset-SentimentAnalysis")
|
|
44 |
```
|
45 |
|
46 |
#### Pandas
|
47 |
-
```
|
48 |
import pandas as pd
|
49 |
|
50 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
|
|
36 |
### Direct Use
|
37 |
|
38 |
#### Transformers Dataset
|
39 |
+
```python
|
40 |
from datasets import load_dataset
|
41 |
|
42 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
|
|
44 |
```
|
45 |
|
46 |
#### Pandas
|
47 |
+
```python
|
48 |
import pandas as pd
|
49 |
|
50 |
# Login using e.g. `huggingface-cli login` to access this dataset
|