Instructions to use marcosgg/bert-base-pt-ner-enamex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcosgg/bert-base-pt-ner-enamex with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="marcosgg/bert-base-pt-ner-enamex")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("marcosgg/bert-base-pt-ner-enamex") model = AutoModelForTokenClassification.from_pretrained("marcosgg/bert-base-pt-ner-enamex") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3b2108f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b237dcdb04482852a4a7670a3ab0f58ca76d8dab9ff9a5bea0aa7873e62ce756
size 433428273
|