CoolFace
Modelpublic

MattosDev/foxy-core-intent

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes8downloads
Model Card

🦊 Foxy-Core — INTENT v2.0.0

Motor NLP central para chatbots multi-vertical.

Uso

python
from transformers import pipeline

pipe = pipeline(
    "text-classification",
    model="MattosDev/foxy-core-intent"
)

result = pipe("quero fazer um pedido")
print(result)

Verticais suportadas

🏥 Farmácias

🍔 Fast Foods

💻 Tecnologia

Base Model

BERTimbau (neuralmind/bert-base-portuguese-cased)