This is an AutoGluon model trained to classify text data. It was trained on a dataset of architectural critiques.(label 0: no high concept,label 1: has high concept)
Model
The model is a TabularPredictor trained with AutoGluon, utilizing sentence embeddings from all-MiniLM-L6-v2.
How to use
You can use this model in a Hugging Face Space to input text and get classification predictions.
Inference API
You can use this model with the Hugging Face Inference API.