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

  • Log In
  • Sign Up

ingoziegler
/
CRAFT-Summarization-XL

Text Generation
PEFT
Safetensors
English
summarization
Synthetic
instruction-tuning
general-purpose
lora
mistral-7b-v0.2
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use ingoziegler/CRAFT-Summarization-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ingoziegler/CRAFT-Summarization-XL with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistral-community/Mistral-7B-v0.2")
    model = PeftModel.from_pretrained(base_model, "ingoziegler/CRAFT-Summarization-XL")
  • Notebooks
  • Google Colab
  • Kaggle
CRAFT-Summarization-XL
860 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ingoziegler's picture
ingoziegler
Update README.md
0e69d74 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    258 Bytes
    Update README.md over 1 year ago
  • adapter_config.json
    735 Bytes
    Upload 2 files over 1 year ago
  • adapter_model.safetensors
    860 MB
    xet
    Upload 2 files over 1 year ago