Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

raulgdp
/
bert-finetuned-ner

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
roberta
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use raulgdp/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use raulgdp/bert-finetuned-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="raulgdp/bert-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("raulgdp/bert-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("raulgdp/bert-finetuned-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-ner / runs
67.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
raulgdp's picture
raulgdp
Training in progress, epoch 3
fbd4d3b verified almost 2 years ago
  • Apr23_22-16-19_raul-MS-7B98
    Training complete over 2 years ago
  • Apr23_22-47-55_raul-MS-7B98
    Training complete over 2 years ago
  • Apr26_21-58-55_8b23ddba4caf
    Training in progress, epoch 3 over 2 years ago
  • Jul26_08-34-16_raul-MS-7B98
    Training complete about 3 years ago
  • Jul27_16-08-40_fe790086439f
    Training complete about 3 years ago
  • Jul27_16-53-18_fe790086439f
    Training complete about 3 years ago
  • Jul27_20-31-33_e507f93d00c7
    Training complete about 3 years ago
  • May08_11-09-01_raul-MS-7B98
    Training in progress, epoch 3 over 2 years ago
  • Oct05_13-54-32_DESKTOP-P79TL96
    Training in progress, epoch 3 almost 2 years ago