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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

urbija
/
cer_model

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use urbija/cer_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use urbija/cer_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="urbija/cer_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("urbija/cer_model")
    model = AutoModelForTokenClassification.from_pretrained("urbija/cer_model")
  • Notebooks
  • Google Colab
  • Kaggle
cer_model / runs
88.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
urbija's picture
urbija
Training complete
46c23ad verified over 2 years ago
  • Feb10_12-08-29_aab0374ae06a
    Training complete over 2 years ago
  • Feb10_12-16-02_aab0374ae06a
    Training complete over 2 years ago
  • Feb10_12-17-54_aab0374ae06a
    Training complete over 2 years ago
  • Feb10_13-30-02_aab0374ae06a
    Training complete over 2 years ago
  • Feb10_13-30-39_aab0374ae06a
    Training complete over 2 years ago
  • Feb10_13-46-41_aab0374ae06a
    Training complete over 2 years ago
  • Feb11_11-26-09_dd657e7b3a39
    Training complete over 2 years ago
  • Feb11_12-29-59_dd657e7b3a39
    Training complete over 2 years ago
  • Feb12_08-25-17_df2f9c3eb12e
    Training complete over 2 years ago