Instructions to use relevanthint/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use relevanthint/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="relevanthint/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("relevanthint/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("relevanthint/bert-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
fdea48e
1
Parent(s): 7ffa389
Training complete
Browse files
runs/Jan19_23-40-02_2dafb65b0907/events.out.tfevents.1674171754.2dafb65b0907.1861.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:d2d1351d060b70faf938704b738bc9d729e08afcfc9227d22ffa6d587239bdcd
|
| 3 |
+
size 6496
|