Instructions to use casonshep/token_classification_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use casonshep/token_classification_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="casonshep/token_classification_test")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("casonshep/token_classification_test") model = AutoModelForTokenClassification.from_pretrained("casonshep/token_classification_test") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265597093
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0864115be1c1428f64c20841de564cabfd35e42a72526e7e9e920da74bc624a
|
| 3 |
size 265597093
|
runs/Aug05_00-43-54_b07d654517e1/events.out.tfevents.1691196245.b07d654517e1.1483.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:d254d537365deebc0a7e111e6e0846d70e6267b4a58ad802c22f0ad3c5e4af48
|
| 3 |
+
size 13383
|