Instructions to use Sinanmz/my_token_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sinanmz/my_token_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sinanmz/my_token_classification_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Sinanmz/my_token_classification_model") model = AutoModelForTokenClassification.from_pretrained("Sinanmz/my_token_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265482320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0143ac401f3bb2663065727b7cb3f71ff5ce008d2c1fc6795ced0fe33e47e326
|
| 3 |
size 265482320
|
runs/Feb02_16-10-47_2affa8364431/events.out.tfevents.1706890249.2affa8364431.35470.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b43ef2639818d63e7ab0e6d676821af147451d8b2be2e43ea948fcd98025d4
|
| 3 |
+
size 6493
|