Instructions to use murodbek/uzroberta-panx-uz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use murodbek/uzroberta-panx-uz with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="murodbek/uzroberta-panx-uz")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("murodbek/uzroberta-panx-uz") model = AutoModelForTokenClassification.from_pretrained("murodbek/uzroberta-panx-uz") - Notebooks
- Google Colab
- Kaggle
Commit ·
658656e
1
Parent(s): 825c805
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (ae0d4d3e78adbac839a936cb9f2596969de54493)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ead5a0828cd7731cae5cf8944e8a71205812b75c74007c64a7d4d568f05375ec
|
| 3 |
+
size 331473044
|