Datasets:
README.md
CHANGED
@@ -2896,6 +2896,14 @@ This dataset is used to train the [Glot500](https://huggingface.co/cis-lmu/glot5
|
|
2896 |
- **Repository:** [github](https://github.com/cisnlp/Glot500)
|
2897 |
- **Paper:** [paper](https://aclanthology.org/2023.acl-long.61/)
|
2898 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2899 |
|
2900 |
Supported languages:
|
2901 |
|
@@ -3377,16 +3385,6 @@ mxv_Latn
|
|
3377 |
cbk_Latn
|
3378 |
```
|
3379 |
|
3380 |
-
## Usage (HF Loader)
|
3381 |
-
Replace `nbl_Latn` with your specific language.
|
3382 |
-
```python
|
3383 |
-
from datasets import load_dataset
|
3384 |
-
dataset = load_dataset('cis-lmu/Glot500', 'nbl_Latn', split='train')
|
3385 |
-
print(dataset['train'][0]) # First row of nbl_Latn
|
3386 |
-
```
|
3387 |
-
|
3388 |
-
|
3389 |
-
|
3390 |
|
3391 |
## License
|
3392 |
We don't own any part of the data. The original source of each sentence of the data is indicated in dataset field.
|
|
|
2896 |
- **Repository:** [github](https://github.com/cisnlp/Glot500)
|
2897 |
- **Paper:** [paper](https://aclanthology.org/2023.acl-long.61/)
|
2898 |
|
2899 |
+
## Usage
|
2900 |
+
Replace `nbl_Latn` with your specific language.
|
2901 |
+
```python
|
2902 |
+
from datasets import load_dataset
|
2903 |
+
dataset = load_dataset('cis-lmu/Glot500', 'nbl_Latn', split='train')
|
2904 |
+
print(dataset['train'][0]) # First row of nbl_Latn
|
2905 |
+
```
|
2906 |
+
|
2907 |
|
2908 |
Supported languages:
|
2909 |
|
|
|
3385 |
cbk_Latn
|
3386 |
```
|
3387 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3388 |
|
3389 |
## License
|
3390 |
We don't own any part of the data. The original source of each sentence of the data is indicated in dataset field.
|