Datasets:
Upload dataset
Browse files- README.md +45 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/val-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: val
|
| 9 |
+
path: data/val-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: data/test-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: PL_TAGS_BIBLEHUB
|
| 15 |
+
sequence: string
|
| 16 |
+
- name: EN_TAGS_BIBLEHUB
|
| 17 |
+
sequence: string
|
| 18 |
+
- name: EN_GREEK_NORMALIZED
|
| 19 |
+
sequence: string
|
| 20 |
+
- name: PL_TAGS_OBLUBIENICA
|
| 21 |
+
sequence: string
|
| 22 |
+
- name: PL_TRANS
|
| 23 |
+
sequence: string
|
| 24 |
+
- name: PL_GREEK_DIACRITICS
|
| 25 |
+
sequence: string
|
| 26 |
+
- name: EN_GREEK_DIACRITICS
|
| 27 |
+
sequence: string
|
| 28 |
+
- name: EN_TAGS_OBLUBIENICA
|
| 29 |
+
sequence: string
|
| 30 |
+
- name: EN_TRANS
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: PL_GREEK_NORMALIZED
|
| 33 |
+
sequence: string
|
| 34 |
+
- name: _SS
|
| 35 |
+
dtype: string
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 14336367
|
| 39 |
+
num_examples: 6352
|
| 40 |
+
- name: val
|
| 41 |
+
num_bytes: 1793429
|
| 42 |
+
num_examples: 794
|
| 43 |
+
- name: test
|
| 44 |
+
num_bytes: 1799095
|
| 45 |
+
num_examples: 794
|
| 46 |
+
download_size: 4455575
|
| 47 |
+
dataset_size: 17928891
|
| 48 |
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d414ff4c6789113cfc570413af5e5eda488ce2c3b049b0f0f30fdcb3f141b81
|
| 3 |
+
size 461541
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feda59000a6a6a7043007a7a04ed8e04e414b7f65ac300fd6f4e79d13c558a7f
|
| 3 |
+
size 3530570
|
data/val-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86eaf5985daef7e3c8b97e6fa1f53f2bb4fa878896d1efc0ad80bc66b0ae0139
|
| 3 |
+
size 463464
|