Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,8 @@ This dataset contains coordinated annotation data for lines. It includes feature
|
|
| 67 |
|
| 68 |
## Use this Dataset
|
| 69 |
|
|
|
|
|
|
|
| 70 |
from datasets import load_dataset
|
| 71 |
|
| 72 |
-
|
|
|
|
| 67 |
|
| 68 |
## Use this Dataset
|
| 69 |
|
| 70 |
+
To load the dataset using the Hugging Face `datasets` library:
|
| 71 |
+
```python
|
| 72 |
from datasets import load_dataset
|
| 73 |
|
| 74 |
+
dataset = load_dataset("openpecha/OCR-Tibetan_line_segmentation_coordinate_annotation")
|