Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +28 -4
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
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 Eyes Protection Classification
|
17 |
This dataset is a smaller version of the [`SDS-Eyes-Protection-Classification`](https://huggingface.co/datasets/BASF-We-Create-Chemistry/SDS-Eyes-Protection-Classification
|
|
|
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 Eyes Protection 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: 21204845
|
26 |
+
num_examples: 6000
|
27 |
+
- name: test
|
28 |
+
num_bytes: 7089217
|
29 |
+
num_examples: 2000
|
30 |
+
download_size: 12156743
|
31 |
+
dataset_size: 28294062
|
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 Eyes Protection Classification
|
41 |
This dataset is a smaller version of the [`SDS-Eyes-Protection-Classification`](https://huggingface.co/datasets/BASF-We-Create-Chemistry/SDS-Eyes-Protection-Classification
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09a9e6d5a4b6bef2e85c86133491a7f72b7e452aa3ca57a374ff36120b7f1896
|
3 |
+
size 3069942
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaf03ea2c2242d8e8cbd94645c8287d810487b8f2c5a2ab2556ac2bee29b89b9
|
3 |
+
size 9086801
|