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

eawang
/
roberta_mc_model

Multiple Choice
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use eawang/roberta_mc_model with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultipleChoice
    
    tokenizer = AutoTokenizer.from_pretrained("eawang/roberta_mc_model")
    model = AutoModelForMultipleChoice.from_pretrained("eawang/roberta_mc_model")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_mc_model / runs
22.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
eawang's picture
eawang
Training in progress, epoch 6
66cc36a about 3 years ago
  • May02_19-11-31_35a9cb286c62
    Training in progress, epoch 1 about 3 years ago
  • May02_19-14-31_35a9cb286c62
    Training in progress, epoch 6 about 3 years ago