Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- chemistry
|
7 |
+
- sds
|
8 |
+
- safety data sheets
|
9 |
+
- chemteb
|
10 |
+
pretty_name: Safety Data Sheets Gloves Classification
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
task_categories:
|
14 |
+
- text-classification
|
15 |
+
---
|
16 |
+
# Safety Data Sheets Gloves Classification
|
17 |
+
This dataset contains Safety Data Sheets (SDS) sourced from [Kaggle](https://www.kaggle.com/datasets/eliseu10/material-safety-data-sheets/data), consisting of over 200,000 documents. SDS are detailed documents providing essential information on the properties and hazards of chemicals, ensuring user safety and compliance with regulatory standards. A subset of these documents was pre-processed, cleaned, and annotated to classify whether protective gloves are required when handling materials. The labels were extracted using a combination of large language models (LLMs) and regular expressions.
|