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:88d755d571f603d394ffd49267a725b399076d38e06b66ca55aa63f2ec0aed9e
|
| 3 |
size 265503852
|
runs/Oct18_06-17-41_b1d7bac1bef8/events.out.tfevents.1760768262.b1d7bac1bef8.678.9
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:841f0af92eebbb4378cb1bd77ea345d8d6476a1d43c407d05651289babc90b0d
|
| 3 |
+
size 6850
|