Token Classification
Transformers
TensorBoard
Safetensors
English
deberta-v2
named-entity-recognition
sequence-tagger-model
Instructions to use Babelscape/cner-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Babelscape/cner-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Babelscape/cner-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Babelscape/cner-base") model = AutoModelForTokenClassification.from_pretrained("Babelscape/cner-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 7000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 735532076
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89ae86f2a96e4dadbf9b9349d02f1e4f176a8841eacf733b552e15cfef9ace01
|
| 3 |
size 735532076
|
runs/Apr10_08-13-04_ea618de2c517/events.out.tfevents.1712736966.ea618de2c517.5406.2
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:2be5b00e08ad795f2bc13ea102d63d68181fcc25a7bcd120d40897b3fe91acd9
|
| 3 |
+
size 13448
|