Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
bert
Generated from Trainer
ner
nlp
Eval Results (legacy)
Instructions to use harpertoken/harpertokenNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harpertoken/harpertokenNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="harpertoken/harpertokenNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("harpertoken/harpertokenNER") model = AutoModelForTokenClassification.from_pretrained("harpertoken/harpertokenNER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
a798459
1
Parent(s): 8a36582
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 435663597
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee0531b502c5fc3e9b0cc333cd24c087c0b759d6a08fb819f80819eee15ed066
|
| 3 |
size 435663597
|
runs/Feb26_20-35-53_Niladris-MacBook-Air.local/events.out.tfevents.1740582357.Niladris-MacBook-Air.local.60359.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:51be623d5e5b15e3d495dc17c7a869cbf7f1e58ccdeaee2cba4e68fc5c8d287e
|
| 3 |
+
size 6353
|
runs/Feb26_20-35-53_Niladris-MacBook-Air.local/events.out.tfevents.1740592924.Niladris-MacBook-Air.local.60359.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b4250182c60728f805c9ac182e85b811c405f524ed14a5198cac240f64ca4ec
|
| 3 |
+
size 359
|