CoolFace
Datasetpublic

mstz/glass

Glass The Glass dataset from the UCI repository. Classify the type of glass. Configurations and tasks Configuration Task Description glass Multiclass classification Classify glass type. windows Binary classification Is this windows glass? vehicles Binary classification Is this vehicles glass? containers Binary classification Is this containers glass? tableware Binary classification Is this tableware glass? headlamps Binary classification Is… See the full description on the dataset page: https://huggingface.co/datasets/mstz/glass.

sourceHugging Faceccupdated 1y agoView on Hugging Face
0likes52downloads
Dataset Card

Glass

The Glass dataset from the UCI repository. Classify the type of glass.

Configurations and tasks

**Configuration****Task****Description**
glassMulticlass classificationClassify glass type.
windowsBinary classificationIs this windows glass?
vehiclesBinary classificationIs this vehicles glass?
containersBinary classificationIs this containers glass?
tablewareBinary classificationIs this tableware glass?
headlampsBinary classificationIs this headlamps glass?

Usage

python
from datasets import load_dataset

dataset = load_dataset("mstz/glass", "glass")["train"]