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

Rudra03
/
m-bert

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

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

  • Libraries
  • Transformers

    How to use Rudra03/m-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Rudra03/m-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rudra03/m-bert")
    model = AutoModelForTokenClassification.from_pretrained("Rudra03/m-bert")
  • Notebooks
  • Google Colab
  • Kaggle
m-bert / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Rudra03's picture
Rudra03
End of training
c34f7d1 verified almost 2 years ago
  • Jul19_22-00-41_e626a86820f5
    Training in progress, epoch 3 almost 2 years ago
  • Jul19_22-15-33_cda627638226
    Training in progress, epoch 2 almost 2 years ago
  • Jul20_14-28-04_7e74dd453faf
    End of training almost 2 years ago