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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bf6ed9a
1
Parent(s): eaa9b72
Training complete
Browse files
runs/Jul06_20-01-35_82b20ce623e3/events.out.tfevents.1688673811.82b20ce623e3.558.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:0a89b8eae9b0bfd8f109a169f3c138a93b50524b96a65dafe1570e2fa7aee47a
|
| 3 |
+
size 7689
|