foxy-core-ner / README.md
MattosDev's picture
🦊 Foxy-Core ner v2.0.0
2960e49 verified
metadata
language:
  - pt
license: apache-2.0
tags:
  - foxy-core
  - nlp
  - chatbot
  - portuguese
  - ner
pipeline_tag: token-classification

🦊 Foxy-Core — NER v2.0.0

Motor NLP central para chatbots multi-vertical.

Uso

from transformers import pipeline

pipe = pipeline(
    "ner",
    model="MattosDev/foxy-core-ner"
)

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

Verticais suportadas

🏥 Farmácias

🍔 Fast Foods

💻 Tecnologia

Base Model

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