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
Ctrl+K