Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

sahithya20
/
mcq

Fill-Mask
Transformers
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sahithya20/mcq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="sahithya20/mcq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("sahithya20/mcq")
    model = AutoModelForMaskedLM.from_pretrained("sahithya20/mcq")
  • Notebooks
  • Google Colab
  • Kaggle
mcq
2.19 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sahithya20's picture
sahithya20
Upload config
31ff6f6 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    21 Bytes
    initial commit about 2 years ago
  • config.json
    648 Bytes
    Upload config about 2 years ago