Datasets:
scta
/

Modalities:
Image
Text
Formats:
parquet
Languages:
Latin
Libraries:
Datasets
Dask
jeffreycwitt commited on
Commit
041af51
1 Parent(s): d5b8ba7

updated readme

Browse files
Files changed (1) hide show
  1. README.md +39 -24
README.md CHANGED
@@ -1,24 +1,39 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: string
6
- - name: bounding_boxes
7
- sequence:
8
- sequence: int32
9
- - name: transcriptions
10
- sequence: string
11
- splits:
12
- - name: train
13
- num_bytes: 17737371
14
- num_examples: 3006
15
- download_size: 8546225
16
- dataset_size: 17737371
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- language:
23
- - la
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: string
6
+ - name: bounding_boxes
7
+ sequence:
8
+ sequence: int32
9
+ - name: transcriptions
10
+ sequence: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 17737371
14
+ num_examples: 3006
15
+ download_size: 8546225
16
+ dataset_size: 17737371
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ language:
23
+ - la
24
+ ---
25
+
26
+
27
+ ### Guiding Principles of this Dataset
28
+
29
+ #### Segmentation
30
+
31
+ * The goal is here to segment the "main text" while ignoring paratext. This means page numbers, catch words, marginal annotations, are purposefully not segmented
32
+
33
+ #### Transcription
34
+
35
+ * The guiding transcription principles are to
36
+ * expand abbreviations
37
+ * preserve orthography
38
+
39
+