Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use Kriyans/Bert-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kriyans/Bert-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Kriyans/Bert-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Kriyans/Bert-NER") model = AutoModelForTokenClassification.from_pretrained("Kriyans/Bert-NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#28 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#27 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#26 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#25 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#24 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#23 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#22 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#21 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#20 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#19 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#18 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#17 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#16 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#15 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#14 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#13 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#12 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#11 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#10 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#9 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#8 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#7 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#6 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#5 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#4 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot