Instructions to use Cabooose/token_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cabooose/token_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Cabooose/token_classification_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Cabooose/token_classification_model") model = AutoModelForTokenClassification.from_pretrained("Cabooose/token_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265492517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcbdf53474864b241bba0075ec14a6c7ca1c80ee99f71f9e4d388df26be7303b
|
| 3 |
size 265492517
|
runs/Oct03_19-10-32_e17b35ded69f/events.out.tfevents.1696360234.e17b35ded69f.298.4
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:5ac21f7f828ce1b9a35bb2aae27029bb99ece0a6c958e1a8556c8182db159997
|
| 3 |
+
size 5122
|