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