Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
2.64 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
a100
docs: updated scores in README.md
d3491eb almost 4 years ago
  • floret
    feat: added vectors w/ description almost 4 years ago
  • .gitattributes
    1.35 kB
    feat: added vectors w/ description almost 4 years ago
  • README.md
    1.16 kB
    docs: updated scores in README.md almost 4 years ago