tenkal dhakar commited on
Commit
2f6f26e
·
verified ·
1 Parent(s): 2e1dfff

Update README.md (#1)

Browse files

- Update README.md (081882fc6440d4421d164e1c28e6593805b01ea6)


Co-authored-by: Tenzin Dhakar <dhakar@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -71,4 +71,59 @@ 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")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ```python
72
  from datasets import load_dataset
73
 
74
+ dataset = load_dataset("openpecha/OCR-Tibetan_line_segmentation_coordinate_annotation")
75
+ ```
76
+ ---
77
+
78
+ ## Data Splits
79
+
80
+ ### Split: `transkribus_method`
81
+
82
+ **Total Rows**: 33,946
83
+
84
+ #### `format`
85
+ - **Type**: categorical
86
+ - **Data Type**: `string`
87
+ - **Unique Values**: 3
88
+
89
+ | Value | Count | Percentage |
90
+ |----------|--------|------------|
91
+ | pering | 25,061 | 73.83% |
92
+ | modern | 4,557 | 13.43% |
93
+ | unknown | 4,328 | 12.75% |
94
+
95
+ #### `method`
96
+ - **Type**: categorical
97
+ - **Data Type**: `string`
98
+ - **Unique Values**: 1
99
+
100
+ | Value | Count | Percentage |
101
+ |-------------|---------|------------|
102
+ | Transkribus | 33,946 | 100.00% |
103
+
104
+ ---
105
+
106
+ ### Split: `prodigy_method`
107
+
108
+ **Total Rows**: 63,727
109
+
110
+ #### `format`
111
+ - **Type**: categorical
112
+ - **Data Type**: `string`
113
+ - **Unique Values**: 2
114
+
115
+ | Value | Count | Percentage |
116
+ |---------|--------|------------|
117
+ | modern | 33,143 | 52.01% |
118
+ | pering | 30,584 | 47.99% |
119
+
120
+ #### `method`
121
+ - **Type**: categorical
122
+ - **Data Type**: `string`
123
+ - **Unique Values**: 1
124
+
125
+ | Value | Count | Percentage |
126
+ |---------|---------|------------|
127
+ | Prodigy | 63,727 | 100.00% |
128
+
129
+ ---