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:8a22ab258518788695b458609fba6e7cd6714990ca0d13d5a32610cb417deafc
|
| 3 |
size 265482320
|
runs/Feb02_15-21-52_2affa8364431/events.out.tfevents.1706887313.2affa8364431.22624.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:6796131ee4bbb6d1003281b194e88b8d3979857ee951780406790c513e5cdfde
|
| 3 |
+
size 6847
|