Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

huspacy
/
hu_vectors_web_md

Token Classification
spaCy
fastText
Hungarian
floret
feature-extraction
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use huspacy/hu_vectors_web_md with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use huspacy/hu_vectors_web_md with spaCy:

    !pip install https://huggingface.co/huspacy/hu_vectors_web_md/resolve/main/hu_vectors_web_md-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("hu_vectors_web_md")
    
    # Importing as module.
    import hu_vectors_web_md
    nlp = hu_vectors_web_md.load()
  • fastText

    How to use huspacy/hu_vectors_web_md with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("huspacy/hu_vectors_web_md", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
hu_vectors_web_md / floret
2.64 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
a100
feat: added vectors w/ description
661399b almost 4 years ago
  • floret_vectors.bin
    1.31 GB
    xet
    feat: added vectors w/ description almost 4 years ago
  • floret_vectors.floret
    151 MB
    xet
    feat: added vectors w/ description almost 4 years ago
  • floret_vectors.vec
    1.18 GB
    xet
    feat: added vectors w/ description almost 4 years ago