hsila commited on
Commit
eecd4dd
1 Parent(s): bfc03d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-2.0
3
+ language:
4
+ - en
5
+ pretty_name: Safety Data Sheets Eyes Protection Classification
6
+ task_categories:
7
+ - text-classification
8
+ tags:
9
+ - chemistry
10
+ - sds
11
+ - safet data sheets
12
+ - chemteb
13
+ size_categories:
14
+ - 100K<n<1M
15
+ ---
16
+ # Safety Data Sheets Eyes Protection 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 eye protection is required when handling materials. The labels were extracted using a combination of large language models (LLMs) and regular expressions.