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

ebelenwaf
/
canbert

Fill-Mask
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use ebelenwaf/canbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ebelenwaf/canbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ebelenwaf/canbert")
    model = AutoModelForMaskedLM.from_pretrained("ebelenwaf/canbert")
  • Notebooks
  • Google Colab
  • Kaggle
canbert / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ebelenwaf's picture
ebelenwaf
End of training
1525ebd almost 4 years ago
  • Jul04_14-26-37_84f72c96f3a6
    End of training almost 4 years ago
  • Jul05_01-42-36_25406671c6aa
    End of training almost 4 years ago
  • Jul16_15-17-21_172eb9413c89
    End of training almost 4 years ago
  • Jul16_21-00-26_92c3d9bd1e3d
    Training in progress, step 10000 almost 4 years ago
  • Jul16_21-03-44_92c3d9bd1e3d
    End of training almost 4 years ago