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

turkish-nlp-suite
/
tr_vectors_web_lg

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

Instructions to use turkish-nlp-suite/tr_vectors_web_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use turkish-nlp-suite/tr_vectors_web_lg with spaCy:

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

    How to use turkish-nlp-suite/tr_vectors_web_lg with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("turkish-nlp-suite/tr_vectors_web_lg", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
tr_vectors_web_lg
456 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BayanDuygu's picture
BayanDuygu
updated cite
a14fe9f almost 3 years ago
  • .gitattributes
    1.49 kB
    Upload tr_vectors_lg.floret with huggingface_hub over 3 years ago
  • README.md
    3.11 kB
    updated cite almost 3 years ago
  • tr_vectors_lg.floret
    456 MB
    xet
    Upload tr_vectors_lg.floret with huggingface_hub over 3 years ago