Datasets:
Commit
·
c82cc02
1
Parent(s):
8302230
Update README.md
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ The AfriSenti dataset has 3 splits: train, validation, and test. Below are the s
|
|
119 |
from datasets import load_dataset
|
120 |
|
121 |
# you can load specific languages (e.g., Amharic). This download train, validation and test sets.
|
122 |
-
ds = load_dataset("shmuhammad/AfriSenti", "amh")
|
123 |
|
124 |
# train set only
|
125 |
ds = load_dataset("shmuhammad/AfriSenti-twitter-sentiment", "amh", split = "train")
|
|
|
119 |
from datasets import load_dataset
|
120 |
|
121 |
# you can load specific languages (e.g., Amharic). This download train, validation and test sets.
|
122 |
+
ds = load_dataset("shmuhammad/AfriSenti-twitter-sentiment", "amh")
|
123 |
|
124 |
# train set only
|
125 |
ds = load_dataset("shmuhammad/AfriSenti-twitter-sentiment", "amh", split = "train")
|