tenkal commited on
Commit
c6a3364
·
verified ·
1 Parent(s): 81d2dd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- ds = load_dataset("openpecha/OCR-Tibetan_line_segmentation_coordinate_annotation")
 
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")