Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use eren23/basic_wnut with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eren23/basic_wnut with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="eren23/basic_wnut")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("eren23/basic_wnut") model = AutoModelForTokenClassification.from_pretrained("eren23/basic_wnut") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:f38158492451af3eb6a4a40414eef0b35febcdc53efdd52aa1186caed6133176
|
| 3 |
size 265503852
|
runs/Nov18_18-01-21_3c6ca80a3aa8/events.out.tfevents.1700330481.3c6ca80a3aa8.4054.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e9d60926039c3c0e2c70c2b75c34a71ae063670a541e388b979ccfbf059ada7
|
| 3 |
+
size 5189
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3824f8234cda732db0257686d4c10a6f421d5788afd970b8b0979a5ae5a6501
|
| 3 |
size 4600
|