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

ibrahim2018290
/
dubai_metro

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

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

  • Libraries
  • Transformers

    How to use ibrahim2018290/dubai_metro with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ibrahim2018290/dubai_metro")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ibrahim2018290/dubai_metro")
    model = AutoModelForQuestionAnswering.from_pretrained("ibrahim2018290/dubai_metro")
  • Notebooks
  • Google Colab
  • Kaggle
dubai_metro
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
ubaithullah ijabathullah
commit from app
0600c62 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    94 Bytes
    Update README.md over 2 years ago
  • config.json
    571 Bytes
    commit from app over 2 years ago
  • qn_ans.py
    4.57 kB
    commit from app over 2 years ago