Upload dataset
Browse files- README.md +29 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,4 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
I do not hold the copyright to this dataset; I merely restructured it to have the same structure as other datasets (that we are researching) to facilitate future coding and analysis. I refer to this [link](https://huggingface.co/datasets/mteb/sib200) for the raw dataset.
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: validation
|
| 9 |
+
path: data/validation-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: data/test-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: label
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: text
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: lang
|
| 19 |
+
dtype: string
|
| 20 |
+
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_bytes: 32712770
|
| 23 |
+
num_examples: 143705
|
| 24 |
+
- name: validation
|
| 25 |
+
num_bytes: 4324566
|
| 26 |
+
num_examples: 20295
|
| 27 |
+
- name: test
|
| 28 |
+
num_bytes: 9508229
|
| 29 |
+
num_examples: 41820
|
| 30 |
+
download_size: 24152753
|
| 31 |
+
dataset_size: 46545565
|
| 32 |
---
|
| 33 |
I do not hold the copyright to this dataset; I merely restructured it to have the same structure as other datasets (that we are researching) to facilitate future coding and analysis. I refer to this [link](https://huggingface.co/datasets/mteb/sib200) for the raw dataset.
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30929ec60c868d33799bdf509bc0dc5c7a01e0863010857aab691b7c58827e95
|
| 3 |
+
size 4884019
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:443cb845bbef056359dc3e19cab739dde6688696bd99865569a72937bdb32d41
|
| 3 |
+
size 16967458
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c4e6a16a739df56686e9cee27f5e3fde96430c5e9a4c5924e6d0747da2ee35c
|
| 3 |
+
size 2301276
|