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: Fasttext
- Dataset: NLPrePL-NKJP-fair-by-type (https://huggingface.co/datasets/ipipan/nlprepl)
How to use
Clone
git clone [email protected]:ipipan/nlpre_spacy_ud_fasttext_nkjp-by-type
Load model
import spacy
model_name = './nlpre_spacy_ud_fasttext_nkjp-by-type/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.