Convert dataset to Parquet (#1)
Browse files- Convert dataset to Parquet (7ad769733febedeb2820e0ba1ab6639291bcb52e)
- Delete data file (9b536a5e1042aa15b1ab76d8d779d62aad9523ba)
- Delete data file (d34046c2183dead2c1e66a1271b53109aecec3f1)
README.md
CHANGED
@@ -1,17 +1,41 @@
|
|
1 |
---
|
2 |
-
license: gpl-2.0
|
3 |
language:
|
4 |
- en
|
5 |
-
|
|
|
|
|
6 |
task_categories:
|
7 |
- text-classification
|
|
|
8 |
tags:
|
9 |
- chemistry
|
10 |
- sds
|
11 |
- safety data sheets
|
12 |
- chemteb
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Safety Data Sheets Gloves Classification
|
17 |
This dataset is a smaller version of the [`SDS-Gloves-Classification`](https://huggingface.co/datasets/BASF-We-Create-Chemistry/SDS-Gloves-Classification) dataset.
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: gpl-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- text-classification
|
9 |
+
pretty_name: Safety Data Sheets Gloves Classification
|
10 |
tags:
|
11 |
- chemistry
|
12 |
- sds
|
13 |
- safety data sheets
|
14 |
- chemteb
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
- name: label
|
20 |
+
dtype: int64
|
21 |
+
- name: label_text
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 21326306
|
26 |
+
num_examples: 6000
|
27 |
+
- name: test
|
28 |
+
num_bytes: 7178461
|
29 |
+
num_examples: 2000
|
30 |
+
download_size: 12288474
|
31 |
+
dataset_size: 28504767
|
32 |
+
configs:
|
33 |
+
- config_name: default
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: data/train-*
|
37 |
+
- split: test
|
38 |
+
path: data/test-*
|
39 |
---
|
40 |
# Safety Data Sheets Gloves Classification
|
41 |
This dataset is a smaller version of the [`SDS-Gloves-Classification`](https://huggingface.co/datasets/BASF-We-Create-Chemistry/SDS-Gloves-Classification) dataset.
|
data/{training_gloves.tsv → test-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f9ddfbac22f8ebe8fb8a9126ba4abffe5c42e7675c6c7b9a46667bf133f6af
|
3 |
+
size 3103628
|
data/testing_gloves.tsv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df01b68f6342f6f28b967bb0a1787348a3fdfd9048d18a0fea5d164138b4a704
|
3 |
+
size 9184846
|