Instructions to use AlexanderPeter/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexanderPeter/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AlexanderPeter/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AlexanderPeter/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("AlexanderPeter/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
d61a0fa
1
Parent(s): 6de86a5
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430974001
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a6d9855a60080838c8f339b22f077de20bf2315c58c0106bc085b52f0e1dd0d
|
| 3 |
size 430974001
|
runs/Jun01_20-06-41_DESKTOP-H0T24E6/events.out.tfevents.1654106812.DESKTOP-H0T24E6.14348.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:770fafb8a1197663ded8caeb0effa9496c97b67b20f71a17a7b17ea64d402505
|
| 3 |
+
size 5913
|