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:908ef2ae4a14aa02606b9a7bafc62f537db1e7a7df75027ed72251022015f0ed
|
| 3 |
size 265503852
|
runs/Oct18_06-30-31_b1d7bac1bef8/events.out.tfevents.1760769032.b1d7bac1bef8.678.11
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:bfb17bb8aa82f76db4fb49b5c4d088e4b9d8de360119d005fa0f176eecd198d2
|
| 3 |
+
size 6850
|