Token Classification
Transformers
Safetensors
PyTorch
Italian
distilbert
ner
ristorazione
fine-tuning
Instructions to use software-si/horeca-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use software-si/horeca-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="software-si/horeca-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("software-si/horeca-ner") model = AutoModelForTokenClassification.from_pretrained("software-si/horeca-ner") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 94be12c2766883338ab27021980be1deded38f357c31dfaf3cd930b45bff6235
- Size of remote file:
- 5.24 kB
- SHA256:
- 265896cfd6e3a53b53066b46f4b8daf9b89f1b4619db2588a5147b390e5b7930
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.