Instructions to use ukr-models/uk-morph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ukr-models/uk-morph with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ukr-models/uk-morph")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ukr-models/uk-morph") model = AutoModelForTokenClassification.from_pretrained("ukr-models/uk-morph") - Notebooks
- Google Colab
- Kaggle
Commit ·
bf547e8
1
Parent(s): f269936
add model
Browse files- config.json +0 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75be0b106fece34b615d7863a742e7411192acaf0ba05a6e55a1f777509b7b69
|
| 3 |
+
size 441777713
|