YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Model description
- Morphosyntactic analyzer: Spacy
- Tagset: UD
- Embedding vectors: Transformer
- Dataset: NLPrePL-NKJP-fair-by-name (https://huggingface.co/datasets/ipipan/nlprepl)
How to use
Clone
git clone git@hf.co:ipipan/nlpre_spacy_ud_transformer_nkjp-by-name
Load model
import spacy
model_name = './nlpre_spacy_ud_transformer_nkjp-by-name/model-best'
model = spacy.load(model_name)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.