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

  • Log In
  • Sign Up

Sangmun
/
mrc-squad-1st-learning

Question Answering
Transformers
roberta
Model card Files Files and versions
xet
Community

Instructions to use Sangmun/mrc-squad-1st-learning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sangmun/mrc-squad-1st-learning with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Sangmun/mrc-squad-1st-learning")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Sangmun/mrc-squad-1st-learning")
    model = AutoModelForQuestionAnswering.from_pretrained("Sangmun/mrc-squad-1st-learning")
  • Notebooks
  • Google Colab
  • Kaggle
mrc-squad-1st-learning
2.23 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Sangmun's picture
Sangmun
Upload config
8294159 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    757 Bytes
    Upload config over 3 years ago