Instructions to use DIACDE/NER_FATO_PEDIDO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use DIACDE/NER_FATO_PEDIDO with spaCy:
!pip install https://huggingface.co/DIACDE/NER_FATO_PEDIDO/resolve/main/NER_FATO_PEDIDO-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("NER_FATO_PEDIDO") # Importing as module. import NER_FATO_PEDIDO nlp = NER_FATO_PEDIDO.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ Para instalar todas as dependências necessárias, execute o seguinte comando:
|
|
| 22 |
|
| 23 |
```bash
|
| 24 |
pip install -r requirements.txt
|
| 25 |
-
|
| 26 |
|
| 27 |
## 2. Carregamento do Modelo:
|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
```bash
|
| 24 |
pip install -r requirements.txt
|
| 25 |
+
```
|
| 26 |
|
| 27 |
## 2. Carregamento do Modelo:
|
| 28 |
|