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

hariprabhakaran45
/
CTION-QA

Question Answering
Transformers
Safetensors
English
roberta
squad2
deepset
Model card Files Files and versions
xet
Community

Instructions to use hariprabhakaran45/CTION-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hariprabhakaran45/CTION-QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="hariprabhakaran45/CTION-QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("hariprabhakaran45/CTION-QA")
    model = AutoModelForQuestionAnswering.from_pretrained("hariprabhakaran45/CTION-QA")
  • Notebooks
  • Google Colab
  • Kaggle
CTION-QA
501 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hariprabhakaran45's picture
hariprabhakaran45
Update README.md
803175b verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    902 Bytes
    Update README.md 7 months ago
  • config.json
    750 Bytes
    Upload folder using huggingface_hub 7 months ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub 7 months ago
  • model.safetensors
    496 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    1.01 kB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    1.36 kB
    Upload folder using huggingface_hub 7 months ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub 7 months ago