Commit
·
d5d76c9
1
Parent(s):
fe470a1
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ These languages are supported:
|
|
| 36 |
Replace `twi_Latn` with your specific language.
|
| 37 |
```python
|
| 38 |
from datasets import load_dataset
|
| 39 |
-
dataset = load_dataset('
|
| 40 |
print(dataset['train'][0]) # First row of Twi_Latn
|
| 41 |
```
|
| 42 |
|
|
@@ -45,7 +45,7 @@ If you are not a fan of the HF dataloader or are just interested in a specific l
|
|
| 45 |
Replace `twi_Latn` with your specific language.
|
| 46 |
|
| 47 |
```python
|
| 48 |
-
! wget https://huggingface.co/datasets/
|
| 49 |
```
|
| 50 |
|
| 51 |
|
|
@@ -101,8 +101,7 @@ If you are a website/dataset owner and do not want your data to be included in t
|
|
| 101 |
|
| 102 |
|
| 103 |
## Github
|
| 104 |
-
We also host a GitHub version with similar metadata from other sources:
|
| 105 |
-
|
| 106 |
https://github.com/cisnlp/GlotScript
|
| 107 |
|
| 108 |
|
|
|
|
| 36 |
Replace `twi_Latn` with your specific language.
|
| 37 |
```python
|
| 38 |
from datasets import load_dataset
|
| 39 |
+
dataset = load_dataset('cis-lmu/GlotSparse', 'twi_Latn')
|
| 40 |
print(dataset['train'][0]) # First row of Twi_Latn
|
| 41 |
```
|
| 42 |
|
|
|
|
| 45 |
Replace `twi_Latn` with your specific language.
|
| 46 |
|
| 47 |
```python
|
| 48 |
+
! wget https://huggingface.co/datasets/cis-lmu/GlotSparse/resolve/main/twi_Latn/twi_Latn.csv
|
| 49 |
```
|
| 50 |
|
| 51 |
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
## Github
|
| 104 |
+
We also host a GitHub version with representing similar metadata from other sources:
|
|
|
|
| 105 |
https://github.com/cisnlp/GlotScript
|
| 106 |
|
| 107 |
|