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

Phazel
/
fa-floret-wiki-vectors

Feature Extraction
spaCy
fastText
Persian
floret
word-vectors
persian
farsi
Model card Files Files and versions
xet
Community

Instructions to use Phazel/fa-floret-wiki-vectors with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use Phazel/fa-floret-wiki-vectors with spaCy:

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

    How to use Phazel/fa-floret-wiki-vectors with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("Phazel/fa-floret-wiki-vectors", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
fa-floret-wiki-vectors
706 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Phazel's picture
Phazel
Add/refresh README.md
ebf5a7f verified 6 days ago
  • .gitattributes
    1.69 kB
    Upload fa.vec with huggingface_hub 7 days ago
  • README.md
    2.63 kB
    Add/refresh README.md 6 days ago
  • fa.floret
    122 MB
    xet
    Upload fa.floret with huggingface_hub 7 days ago
  • fa.vec
    363 MB
    xet
    Upload fa.vec with huggingface_hub 7 days ago
  • fa_floret_wiki_200k-0.1.0-py3-none-any.whl
    221 MB
    xet
    Add/refresh fa_floret_wiki_200k-0.1.0-py3-none-any.whl 6 days ago