File size: 550 Bytes
12ee1da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
language:
- pt
license: apache-2.0
tags:
- foxy-core
- nlp
- chatbot
- portuguese
- intent
pipeline_tag: text-classification
---

# 🦊 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)