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 3
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:17eb9c1e048297075b1dc4f707412e2ec757da63715faa9d68302e1655aac17a
|
| 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:20273ad8057a93f48e9ceee06f2947b57f98f6dcdca3b807a3f01928c026096e
|
| 3 |
+
size 5864
|