Instructions to use turkish-nlp-suite/tr_core_news_md with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use turkish-nlp-suite/tr_core_news_md with spaCy:
!pip install https://huggingface.co/turkish-nlp-suite/tr_core_news_md/resolve/main/tr_core_news_md-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tr_core_news_md") # Importing as module. import tr_core_news_md nlp = tr_core_news_md.load() - Notebooks
- Google Colab
- Kaggle
renamed after issues withs setuptools incompat
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ parser/model filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
tok2vec/model filter=lfs diff=lfs merge=lfs -text
|
| 39 |
trainable_lemmatizer/model filter=lfs diff=lfs merge=lfs -text
|
| 40 |
vocab/vectors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
tok2vec/model filter=lfs diff=lfs merge=lfs -text
|
| 39 |
trainable_lemmatizer/model filter=lfs diff=lfs merge=lfs -text
|
| 40 |
vocab/vectors filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
tr_core_news_md-1.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
tr_core_news_md-any-py3-none-any.whl → tr_core_news_md-1.0-py3-none-any.whl
RENAMED
|
File without changes
|