Instructions to use ossetic-encoders/ossbert-morph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ossetic-encoders/ossbert-morph with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ossetic-encoders/ossbert-morph")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ossetic-encoders/ossbert-morph") model = AutoModelForTokenClassification.from_pretrained("ossetic-encoders/ossbert-morph", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: trainer_output
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -68,4 +70,4 @@ The following hyperparameters were used during training:
|
|
| 68 |
- Transformers 4.57.3
|
| 69 |
- Pytorch 2.10.0+cu128
|
| 70 |
- Datasets 4.0.0
|
| 71 |
-
- Tokenizers 0.22.2
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: trainer_output
|
| 11 |
results: []
|
| 12 |
+
language:
|
| 13 |
+
- os
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 70 |
- Transformers 4.57.3
|
| 71 |
- Pytorch 2.10.0+cu128
|
| 72 |
- Datasets 4.0.0
|
| 73 |
+
- Tokenizers 0.22.2
|