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

  • Log In
  • Sign Up

rotemso23
/
dialogsum-phi3-lora

Text Generation
PEFT
Safetensors
English
summarization
lora
phi-3
dialogsum
conversational
Model card Files Files and versions
xet
Community

Instructions to use rotemso23/dialogsum-phi3-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rotemso23/dialogsum-phi3-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "rotemso23/dialogsum-phi3-lora")
  • Notebooks
  • Google Colab
  • Kaggle
dialogsum-phi3-lora
41.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
rotemso23's picture
rotemso23
Fix test split count: 1500 -> 819
e8980cd verified 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 25 days ago
  • README.md
    2.8 kB
    Fix test split count: 1500 -> 819 22 days ago
  • adapter_config.json
    1.04 kB
    Upload model 25 days ago
  • adapter_model.safetensors
    37.8 MB
    xet
    Upload model 25 days ago
  • chat_template.jinja
    407 Bytes
    Upload tokenizer 25 days ago
  • tokenizer.json
    3.62 MB
    Upload tokenizer 25 days ago
  • tokenizer_config.json
    381 Bytes
    Upload tokenizer 25 days ago