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_tiny2_qa

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

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

  • Libraries
  • Transformers

    How to use Stacy123/rubert_tiny2_qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Stacy123/rubert_tiny2_qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Stacy123/rubert_tiny2_qa")
    model = AutoModelForQuestionAnswering.from_pretrained("Stacy123/rubert_tiny2_qa")
  • Notebooks
  • Google Colab
  • Kaggle
rubert_tiny2_qa / runs
224 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 135 commits
Stacy123's picture
Stacy123
Training in progress, step 3500
b053467 about 3 years ago
  • Apr20_12-22-00_0106db48cd02
    Stacy123/my_model_rubert_2 about 3 years ago
  • Apr20_12-42-16_0106db48cd02
    Stacy123/my_model_rubert_2 about 3 years ago
  • Apr20_15-57-15_e3267d087a10
    Stacy123/my_model_rubert_2 about 3 years ago
  • Apr21_13-19-33_665f25545c9d
    Training in progress, epoch 1 about 3 years ago
  • Apr21_14-01-39_665f25545c9d
    Training in progress, epoch 1 about 3 years ago
  • Apr21_14-24-22_665f25545c9d
    Training in progress, epoch 25 about 3 years ago
  • Apr22_09-49-42_c5330e46cfdd
    Training in progress, epoch 1 about 3 years ago
  • Apr22_10-00-28_c5330e46cfdd
    Training in progress, epoch 1 about 3 years ago
  • Apr22_10-12-26_c5330e46cfdd
    Training in progress, epoch 5 about 3 years ago
  • Apr22_10-15-09_c5330e46cfdd
    Training in progress, epoch 2 about 3 years ago
  • Apr22_10-18-12_c5330e46cfdd
    Training in progress, step 500 about 3 years ago
  • Apr22_10-22-48_c5330e46cfdd
    Training in progress, step 1000 about 3 years ago
  • Apr22_10-34-13_49c94c0763bb
    Training in progress, step 500 about 3 years ago
  • Apr22_11-19-35_49c94c0763bb
    Training in progress, step 3500 about 3 years ago
  • Apr22_11-45-35_36865272420b
    Training in progress, step 3500 about 3 years ago