hsila commited on
Commit
35cbe5e
·
verified ·
1 Parent(s): e8b4574

Convert dataset to Parquet (#2)

Browse files

- Convert dataset to Parquet (c887fe90a81e7ef07e3844339766929175a704e1)
- Delete data file (6b09c76c0ea3d9081ee2dee90075b3edfad9cd8d)
- Delete data file (a59c5b24b3325d38bc93b799b8440072450f7799)

README.md CHANGED
@@ -1,17 +1,41 @@
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
  - safety data sheets
12
  - chemteb
13
- size_categories:
14
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/{training_eyes_protection.tsv → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:650dcca008dc91207471c95d5e90fdfb570133de6ee291984b3cc2e1816da000
3
- size 21153446
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a9e6d5a4b6bef2e85c86133491a7f72b7e452aa3ca57a374ff36120b7f1896
3
+ size 3069942
data/testing_eyes_protection.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:eaf03ea2c2242d8e8cbd94645c8287d810487b8f2c5a2ab2556ac2bee29b89b9
3
+ size 9086801