Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use autoevaluate/entity-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/entity-extraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="autoevaluate/entity-extraction")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("autoevaluate/entity-extraction") model = AutoModelForTokenClassification.from_pretrained("autoevaluate/entity-extraction") - 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 265512821
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ebb7a89b19b62d0edab1f2814f8202987030f65333d0fea670a8dc00a18e0e
|
| 3 |
size 265512821
|
runs/May25_11-08-01_925bb1d0e2e5/events.out.tfevents.1653476912.925bb1d0e2e5.75.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:4dbc9e4d4efc519d9807a41e01db74502eee6e2e377b6141f05aa01cd763e3e4
|
| 3 |
+
size 4747
|
runs/May25_11-08-01_925bb1d0e2e5/events.out.tfevents.1653477011.925bb1d0e2e5.75.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9481e744833a66ea8e764dfa1f1472918511f81c13de676cf6e47d06ff1bfdb9
|
| 3 |
+
size 512
|