Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use peterhsu/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peterhsu/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="peterhsu/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("peterhsu/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("peterhsu/bert-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430989809
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3ff854c3341b8a11fc96e688b849cf2f882fe787cc4eee834c57f589491cae
|
| 3 |
size 430989809
|
runs/Jan26_10-10-42_6dcad807e886/1643192027.4077537/events.out.tfevents.1643192027.6dcad807e886.74.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2010ce69116707b3fe357d1b9eb2d098a20321361322ae7d18077dc44d191650
|
| 3 |
+
size 4731
|
runs/Jan26_10-10-42_6dcad807e886/events.out.tfevents.1643192027.6dcad807e886.74.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c056debf95bf3cb42308fab08e7139c67e1da5dfbb5ac05a6b79f158bb244d39
|
| 3 |
+
size 4573
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2927
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:957627c5f97395ea0e3be36269bc3aa4b43c20eff0af96e994b61262aaafc603
|
| 3 |
size 2927
|