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
      • Hardware
      • 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_lg

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_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use huspacy/hu_vectors_web_lg with spaCy:

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

    How to use huspacy/hu_vectors_web_lg with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("huspacy/hu_vectors_web_lg", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
hu_vectors_web_lg
7.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
oroszgy's picture
oroszgy
Update README.md
ea7e702 about 4 years ago
  • floret
    Added floret vectors about 4 years ago
  • .gitattributes
    1.35 kB
    Added vector extensions to .gitattributes about 4 years ago
  • README.md
    1.16 kB
    Update README.md about 4 years ago