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 ·
eaa9b72
1
Parent(s): dadc041
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430978541
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:addf360e80fbf180db44d77319e5009e1d5f54077fc9d5ffdc226af3ca18f599
|
| 3 |
size 430978541
|
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:a2e79b23af9d209e0fbce7fae128377abf8a644eec0eb764b260487f5765b833
|
| 3 |
+
size 7335
|