Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use pytest/distilbert-base-uncased-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pytest/distilbert-base-uncased-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pytest/distilbert-base-uncased-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pytest/distilbert-base-uncased-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("pytest/distilbert-base-uncased-finetuned-ner") - 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 265514021
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e428e346a6b8c8a55b071b2ecbfdd1a4a4abf2f9be639c958f9b2d0a71a0e945
|
| 3 |
size 265514021
|
runs/Feb27_06-01-51_9a8c66310969/events.out.tfevents.1677477826.9a8c66310969.189.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:04aec62631e25c0ad01d5e461ddbcb3c77b92d0c128de03e65da58a057410218
|
| 3 |
+
size 6690
|
runs/Feb27_06-01-51_9a8c66310969/events.out.tfevents.1677478216.9a8c66310969.189.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f2f26567f42b0703078e0c9769f0d50e3da24e33b53462bcf33568e7b45b579
|
| 3 |
+
size 512
|