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 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435624920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9eaafda8873c8311764a9d6237e4e5f8a406f0c582ec17312a95f9e56f514c5
|
| 3 |
size 435624920
|
runs/Feb02_17-18-42_110f59c14fc1/events.out.tfevents.1706894323.110f59c14fc1.519.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4027d9eca4963db50316f7708b513f766f334c85b83c6205ea4b4518a709d5b2
|
| 3 |
+
size 4968
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3796ed1244c9a83b69940b14806873e82b4906374178696795ed726b9992f7d
|
| 3 |
size 4600
|