datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
waste-classificationwaste-classification-v2
Dataset Card for Dataset Name
Dataset Summary
Dataset used to train a language model to do classification on 50 different waste classes.
Languages
English
Dataset Structure
Data Instances
Phrase
Class
Index
"I have this apple phone charger to throw, where should I put it ?"
PHONE CHARGER
26
"Should I recycle a disposable cup ?"
Plastic Cup
32
"I have a milk brick"
Tetrapack
45
Data Fields
Phrase
Class… See the full description on the dataset page: https://huggingface.co/datasets/thomasavare/waste-classification-v2.waste-classification-2waste-classification-unseen-gptaugmented
dataset_info:
features:
- name: original_id
dtype: int64
- name: Phrase
dtype: string
- name: Class_index
dtype: float64
splits:
- name: train
num_bytes:
num_examples: 1000
download_size:
dataset_size:
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
chaptgpt modified dataset from unused phrases from thomasavare-waste-classification-v2
