Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mou3az
/
QuestionGeneration

PEFT
Safetensors
English
General purpose
Text2text Generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use mou3az/QuestionGeneration with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-base")
    model = PeftModel.from_pretrained(base_model, "mou3az/QuestionGeneration")
  • Notebooks
  • Google Colab
  • Kaggle
QuestionGeneration
4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mou3az's picture
mou3az
Update README.md
5bd1f51 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.27 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    617 Bytes
    Upload model about 2 years ago
  • adapter_model.safetensors
    3.99 MB
    xet
    Upload model about 2 years ago