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 5000
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:e9c6b930ff597df5aef019c5eb274aa70dc6b57108da763586fccd6fd54bb8c2
|
| 3 |
size 735532076
|
runs/Apr10_09-17-05_ea618de2c517/events.out.tfevents.1712740628.ea618de2c517.26608.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:1894beb23573e33308758a3c52190c4b5f2cf75d6646a146752285ee03982acf
|
| 3 |
+
size 11664
|