kargaranamir
commited on
Commit
•
a4bd319
1
Parent(s):
7934d47
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,11 @@ pretty_name: Balochi
|
|
14 |
- Brahui (brh)
|
15 |
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Download
|
19 |
If you are not a fan of HF dataloader, download each dataset directly:
|
|
|
14 |
- Brahui (brh)
|
15 |
|
16 |
|
17 |
+
# Usage
|
18 |
+
```
|
19 |
+
dataset = load_dataset('kargaranamir/perso-arabic')
|
20 |
+
print(dataset['train'][0]) # First row
|
21 |
+
```
|
22 |
|
23 |
## Download
|
24 |
If you are not a fan of HF dataloader, download each dataset directly:
|