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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

annakotarba
/
model_fine_tuning

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

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

  • Libraries
  • Transformers

    How to use annakotarba/model_fine_tuning with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="annakotarba/model_fine_tuning")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("annakotarba/model_fine_tuning")
    model = AutoModelForQuestionAnswering.from_pretrained("annakotarba/model_fine_tuning", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model_fine_tuning / runs
40.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
annakotarba's picture
annakotarba
End of training
9688422 over 3 years ago
  • Mar07_20-41-01_6f3944872add
    End of training over 3 years ago
  • Mar07_20-41-43_6f3944872add
    End of training over 3 years ago
  • Mar07_20-43-00_6f3944872add
    update model card README.md over 3 years ago
  • Mar09_10-16-07_16c0975edaaf
    End of training over 3 years ago
  • Mar09_10-19-56_16c0975edaaf
    End of training over 3 years ago