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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

arjunverma2004
/
LiquidAI-grammarly-lora

Text Generation
PEFT
Safetensors
lora
qlora
grammar-correction
adapter
adapters
conversational
Model card Files Files and versions
xet
Community

Instructions to use arjunverma2004/LiquidAI-grammarly-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use arjunverma2004/LiquidAI-grammarly-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B-Instruct")
    model = PeftModel.from_pretrained(base_model, "arjunverma2004/LiquidAI-grammarly-lora")
  • Notebooks
  • Google Colab
  • Kaggle
LiquidAI-grammarly-lora
39.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
arjunverma2004's picture
arjunverma2004
Update README.md
e7dc8c2 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 months ago
  • README.md
    6.01 kB
    Update README.md 4 months ago
  • adapter_config.json
    1.06 kB
    Upload model 4 months ago
  • adapter_model.safetensors
    22.6 MB
    xet
    Upload model 4 months ago
  • chat_template.jinja
    3.83 kB
    Upload tokenizer 4 months ago
  • special_tokens_map.json
    325 Bytes
    Upload tokenizer 4 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    50.6 kB
    Upload tokenizer 4 months ago