Instructions to use osmanh/bert-base-NER-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osmanh/bert-base-NER-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="osmanh/bert-base-NER-model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("osmanh/bert-base-NER-model") model = AutoModelForTokenClassification.from_pretrained("osmanh/bert-base-NER-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430942044
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e07b6b85c0ff6f3cd3352456d88c48d7d0c24cdc113f29be8460ce11f3fb1c5b
|
| 3 |
size 430942044
|