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

txmedai
/
humanizer-mistral7b-lora

Text Generation
PEFT
Safetensors
lora
humanizer
conversational
mistral
Model card Files Files and versions
xet
Community

Instructions to use txmedai/humanizer-mistral7b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use txmedai/humanizer-mistral7b-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, "txmedai/humanizer-mistral7b-lora")
  • Notebooks
  • Google Colab
  • Kaggle
humanizer-mistral7b-lora
339 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
txmedai's picture
txmedai
Canonical repo: v3 on main + consolidated card
8320f4d verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.32 kB
    Canonical repo: v3 on main + consolidated card 4 months ago
  • adapter_config.json
    1.11 kB
    Canonical repo: v3 on main + consolidated card 4 months ago
  • adapter_model.safetensors
    336 MB
    xet
    Canonical repo: v3 on main + consolidated card 4 months ago
  • chat_template.jinja
    3.96 kB
    Canonical repo: v3 on main + consolidated card 4 months ago
  • tokenizer.json
    3.67 MB
    Canonical repo: v3 on main + consolidated card 4 months ago
  • tokenizer_config.json
    462 Bytes
    Canonical repo: v3 on main + consolidated card 4 months ago
  • training_args.bin
    5.84 kB
    xet
    Canonical repo: v3 on main + consolidated card 4 months ago