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

vimal52
/
ab_q

PEFT
TensorBoard
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • PEFT

    How to use vimal52/ab_q with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base")
    model = PeftModel.from_pretrained(base_model, "vimal52/ab_q")
  • Notebooks
  • Google Colab
  • Kaggle
ab_q / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vimal52's picture
vimal52
End of training
12df872 almost 3 years ago
  • Aug04_13-54-44_f5336aed2232
    End of training almost 3 years ago