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

Yannis98
/
tmp_natqa

Question Answering
Transformers
TensorBoard
Safetensors
albert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Yannis98/tmp_natqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Yannis98/tmp_natqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Yannis98/tmp_natqa")
    model = AutoModelForQuestionAnswering.from_pretrained("Yannis98/tmp_natqa")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_natqa / runs
820 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Yannis98's picture
Yannis98
End of training
fa9bcbe verified over 1 year ago
  • Feb10_10-58-38_xgpi1
    End of training over 1 year ago
  • Feb10_18-33-13_xgpi2
    End of training over 1 year ago