language: | |
- en | |
license: gpl-2.0 | |
size_categories: | |
- 1K<n<10K | |
task_categories: | |
- text-classification | |
pretty_name: Safety Data Sheets Gloves Classification | |
tags: | |
- chemistry | |
- sds | |
- safety data sheets | |
- chemteb | |
dataset_info: | |
features: | |
- name: text | |
dtype: string | |
- name: label | |
dtype: int64 | |
- name: label_text | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 21326306 | |
num_examples: 6000 | |
- name: test | |
num_bytes: 7178461 | |
num_examples: 2000 | |
download_size: 12288474 | |
dataset_size: 28504767 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: test | |
path: data/test-* | |
# Safety Data Sheets Gloves Classification | |
This dataset is a smaller version of the [`SDS-Gloves-Classification`](https://huggingface.co/datasets/BASF-We-Create-Chemistry/SDS-Gloves-Classification) dataset. |