Instructions to use CATIE-AQ/NERmemberta-4entities with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CATIE-AQ/NERmemberta-4entities with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CATIE-AQ/NERmemberta-4entities")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("CATIE-AQ/NERmemberta-4entities") model = AutoModelForTokenClassification.from_pretrained("CATIE-AQ/NERmemberta-4entities") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ffaaa1404f5395a1414481270c46014cc8582d70ae3ce55ad805fe30a31e41b0
- Size of remote file:
- 5.24 kB
- SHA256:
- 9d7f231ee45fbbc7be51380955a8f89fd5b3f1729ee2dca0b4f5453d6d81f591
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.