alyex commited on
Commit
194f513
·
verified ·
1 Parent(s): 5dfdebd

Add minimal Karnak dataset for annotation app

Browse files

- 4,982 entries with images
- 8,532 entries with HTML
- Fields: kiu_id, html, image

README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - archaeology
5
+ - egyptology
6
+ - karnak
7
+ - annotation
8
+ ---
9
+
10
+ # Karnak Minimal Dataset
11
+
12
+ Minimal dataset for hieroglyph annotation app.
13
+ Contains: kiu_id, html, image.
data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c768d7c0732d97a29bc54e77b55a4752c54c0ef59100989437f2d1dbe69c9739
3
+ size 401301488
data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91db55feaaab1bd600c9b54b07ab47a0d478537fb55241f65a70521cc8dd6390
3
+ size 389195336
dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "kiu_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "html": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "image": {
14
+ "dtype": "binary",
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": ""
20
+ }
state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "f4083867cbb64ce2",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }