Instructions to use AdilHayat173/token_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdilHayat173/token_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AdilHayat173/token_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AdilHayat173/token_classification") model = AutoModelForTokenClassification.from_pretrained("AdilHayat173/token_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430929740
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42066fc28da5133630d357658e41011333e1932ee3465e508398e51cd9e00c1b
|
| 3 |
size 430929740
|
runs/Aug24_06-03-13_0be9007cf910/events.out.tfevents.1724479400.0be9007cf910.628.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:9dc31b46b4abd93bd2ab71dc855f9d0f5161dc1e7a9cef2a6f4c2bd4ee325c06
|
| 3 |
+
size 7637
|