Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use PhysHunter/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PhysHunter/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PhysHunter/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("PhysHunter/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("PhysHunter/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
c7bbc41
1
Parent(s): cc2e905
Training complete
Browse files
runs/Jul06_14-16-53_3f301fd55099/events.out.tfevents.1688653028.3f301fd55099.489.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:27ad7faf43d40d970753924971bb90b711861902e11a35f5ed658fea264b8a02
|
| 3 |
+
size 7689
|