Edit model card
Feature Description
Name it_spacy_ner_trf
Version 0.1
spaCy >=3.5.1,<3.6.0
Default Pipeline token_classification_transformer
Components token_classification_transformer
Vectors 0 keys, 0 unique vectors (0 dimensions)
Sources tner/wikiann
License MIT
Author Nicola Procopio

Description

SpaCy version of nickprock/bert-italian-finetuned-ner.

The original model is wrapped by spacy-wrap

Use it in SpaCy

!pip install https://huggingface.co/nickprock/it_spacy_ner_trf/resolve/main/it_spacy_ner_trf-any-py3-none-any.whl

import spacy
nlp = spacy.load("it_spacy_ner_trf")

doc = nlp("Domenica andrò allo stadio con Giovanna a guardare la Fiorentina.")

for ent in doc.ents:
    print(ent.text, ent.label_)
Downloads last month
17
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Dataset used to train nickprock/it_spacy_ner_trf

Collection including nickprock/it_spacy_ner_trf