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

hyan
/
destress-empathy-lora

Text Generation
PEFT
Safetensors
English
lora
mistral
empathy
mental-health
conversational
destress
Model card Files Files and versions
xet
Community

Instructions to use hyan/destress-empathy-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use hyan/destress-empathy-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
    model = PeftModel.from_pretrained(base_model, "hyan/destress-empathy-lora")
  • Notebooks
  • Google Colab
  • Kaggle
destress-empathy-lora
58.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hyan's picture
hyan
Upload LoRA adapter for empathetic dialogue (DeStress)
af12ee8 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    2.25 kB
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • adapter_config.json
    1.02 kB
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • adapter_model.safetensors
    54.6 MB
    xet
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • chat_template.jinja
    3.96 kB
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • tokenizer.json
    3.67 MB
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • tokenizer_config.json
    433 Bytes
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago
  • training_args.bin
    5.27 kB
    xet
    Upload LoRA adapter for empathetic dialogue (DeStress) 6 months ago