Instructions to use Holako/NER_model_holako with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Holako/NER_model_holako with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Holako/NER_model_holako")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Holako/NER_model_holako") model = AutoModelForTokenClassification.from_pretrained("Holako/NER_model_holako") - Notebooks
- Google Colab
- Kaggle
Commit History
updated fe703e7
sami commited on
Upload config.json 4c72cc5
Upload sentencepiece.bpe.model with git-lfs 294a649
Upload special_tokens_map.json d2ba7c5
Upload training_args.bin with git-lfs 835a7d5
Create README.md 22b1607
new_ner ac49e62
sami commited on