Instructions to use andreyunic23/model_testaunic23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andreyunic23/model_testaunic23 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="andreyunic23/model_testaunic23")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("andreyunic23/model_testaunic23") model = AutoModelForTokenClassification.from_pretrained("andreyunic23/model_testaunic23") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 260809820
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88331a31191ddb112cff7d05a1321b62428b814c7a4ee5977ec6301001263a24
|
| 3 |
size 260809820
|