YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
COLAS_CLASSIFIER (Supervised + Semantic fallback)
This repository contains:
- A supervised Transformer classifier (
./supervised_final) - A FAISS semantic retrieval fallback (
faiss_labels.index+label_table.csv) - A custom
handler.pyfor Hugging Face Inference Endpoints.
Payload
POST JSON:
{
"inputs": "YOUR ITEM DESCRIPTION",
"top_k": 20,
"threshold": 0.80,
"use_rerank": true
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support