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 435624920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da10ab5dd7b0bcdc5bdc718fdd9b8ae681c23e3788273c592ef85bf8b46f443e
|
| 3 |
size 435624920
|
runs/Feb02_17-03-28_2affa8364431/events.out.tfevents.1706893409.2affa8364431.49592.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:d39bb762a451d2a2b91345ef474499a6512883ab77d0fe9add611a8848582641
|
| 3 |
+
size 6069
|