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

Stacy123
/
rubert_tiny_qa

Question Answering
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use Stacy123/rubert_tiny_qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Stacy123/rubert_tiny_qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Stacy123/rubert_tiny_qa")
    model = AutoModelForQuestionAnswering.from_pretrained("Stacy123/rubert_tiny_qa")
  • Notebooks
  • Google Colab
  • Kaggle
rubert_tiny_qa / runs
107 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 100 commits
Stacy123's picture
Stacy123
Stacy123/my_model_rubert
f539b32 about 3 years ago
  • Apr18_10-25-58_173e093125b9
    Model save about 3 years ago
  • Apr18_10-39-28_173e093125b9
    Model save about 3 years ago
  • Apr19_13-06-48_50be26964b11
    Training in progress, epoch 1 about 3 years ago
  • Apr19_13-19-27_50be26964b11
    Stacy123/my_model_rubert about 3 years ago
  • Apr19_13-44-52_50be26964b11
    Stacy123/my_model_rubert about 3 years ago
  • Apr19_17-12-00_f549d837c8aa
    Stacy123/my_model_rubert about 3 years ago