Instructions to use ae-314/token_classification_wnut_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ae-314/token_classification_wnut_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ae-314/token_classification_wnut_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ae-314/token_classification_wnut_model") model = AutoModelForTokenClassification.from_pretrained("ae-314/token_classification_wnut_model") - 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 265503852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d64ab2d2ca6d0c6d6ca3c95e27d62c9e3d28a946ac3aaad4c519e27e84ab1a5
|
| 3 |
size 265503852
|
runs/Oct18_06-25-37_b1d7bac1bef8/events.out.tfevents.1760768738.b1d7bac1bef8.678.10
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:44afe1a889d38a3ddbf66e32df9ed4c72c11823457482dcd62e281be0c621832
|
| 3 |
+
size 6850
|