albertvillanova HF staff commited on
Commit
658e029
1 Parent(s): 5ba15a6

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -18,7 +18,6 @@ source_datasets:
18
  task_categories:
19
  - translation
20
  task_ids: []
21
- paperswithcode_id: null
22
  pretty_name: BBAW, Thesaurus Linguae Aegyptiae, Ancient Egyptian (2018)
23
  dataset_info:
24
  features:
@@ -30,10 +29,15 @@ dataset_info:
30
  dtype: string
31
  splits:
32
  - name: train
33
- num_bytes: 18546162
34
  num_examples: 100736
35
- download_size: 35348686
36
- dataset_size: 18546162
 
 
 
 
 
37
  ---
38
 
39
  # Dataset Card for "bbaw_egyptian"
 
18
  task_categories:
19
  - translation
20
  task_ids: []
 
21
  pretty_name: BBAW, Thesaurus Linguae Aegyptiae, Ancient Egyptian (2018)
22
  dataset_info:
23
  features:
 
29
  dtype: string
30
  splits:
31
  - name: train
32
+ num_bytes: 18533905
33
  num_examples: 100736
34
+ download_size: 9746860
35
+ dataset_size: 18533905
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
  ---
42
 
43
  # Dataset Card for "bbaw_egyptian"
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f4c747d3d071afec9833246d7c4967e0cd0b629ba024c90455e31683936500d
3
+ size 9746860
dataset_infos.json CHANGED
@@ -1 +1,42 @@
1
- {"default": {"description": "The project `Strukturen und Transformationen des Wortschatzes der \u00e4gyptischen Sprache`\nis compiling an extensively annotated digital corpus of Egyptian texts.\nThis publication comprises an excerpt of the internal database's contents.\n", "citation": "@misc{OPUS4-2919,\ntitle = {Teilauszug der Datenbank des Vorhabens \"Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache\" vom Januar 2018},\ninstitution = {Akademienvorhaben Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache. Text- und Wissenskultur im alten {\"A}gypten},\ntype = {other},\nyear = {2018},\n}\n", "homepage": "https://aaew.bbaw.de/tla/index.html", "license": "Creative Commons-Lizenz - CC BY-SA - 4.0 International", "features": {"transcription": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "hieroglyphs": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bbaw_egyptian", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18546162, "num_examples": 100736, "dataset_name": "bbaw_egyptian"}}, "download_checksums": {"https://phiwi.github.io/all.json": {"num_bytes": 35348686, "checksum": "cd2b2396e4c08d96ba035d2efd33c5c1a755f0e45a7e2857a6c9afc0065ca6d9"}}, "download_size": 35348686, "post_processing_size": null, "dataset_size": 18546162, "size_in_bytes": 53894848}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "This dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation\nas used in the paper Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian\nHieroglyph. The data triples are extracted from the digital corpus of Egyptian texts compiled by\nthe project \"Strukturen und Transformationen des Wortschatzes der \u00e4gyptischen Sprache\".\n",
4
+ "citation": "@misc{OPUS4-2919,\ntitle = {Teilauszug der Datenbank des Vorhabens \"Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache\" vom Januar 2018},\ninstitution = {Akademienvorhaben Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache. Text- und Wissenskultur im alten {\"A}gypten},\ntype = {other},\nyear = {2018},\n}\n",
5
+ "homepage": "https://edoc.bbaw.de/frontdoor/index/index/docId/2919",
6
+ "license": "Creative Commons-Lizenz - CC BY-SA - 4.0 International",
7
+ "features": {
8
+ "transcription": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "translation": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "hieroglyphs": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "builder_name": "bbaw_egyptian",
22
+ "dataset_name": "bbaw_egyptian",
23
+ "config_name": "default",
24
+ "version": {
25
+ "version_str": "0.0.0",
26
+ "major": 0,
27
+ "minor": 0,
28
+ "patch": 0
29
+ },
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 18533905,
34
+ "num_examples": 100736,
35
+ "dataset_name": null
36
+ }
37
+ },
38
+ "download_size": 9746860,
39
+ "dataset_size": 18533905,
40
+ "size_in_bytes": 28280765
41
+ }
42
+ }