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

Karthikrv
/
Legal-Document-Simplifier-Llama4

Text Generation
PEFT
Safetensors
English
llama4_text
legal
legal-simplification
lora
llama-4
text-simplification
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use Karthikrv/Legal-Document-Simplifier-Llama4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Karthikrv/Legal-Document-Simplifier-Llama4 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit")
    model = PeftModel.from_pretrained(base_model, "Karthikrv/Legal-Document-Simplifier-Llama4")
  • Notebooks
  • Google Colab
  • Kaggle
Legal-Document-Simplifier-Llama4
447 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Karthikrv's picture
Karthikrv
Update README.md
cf2ee9a verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.58 kB
    Update README.md about 2 months ago
  • adapter_config.json
    1.03 kB
    essential files for a LoRA adapter about 2 months ago
  • adapter_model.safetensors
    447 MB
    xet
    essential files for a LoRA adapter about 2 months ago
  • config.json
    3.7 kB
    essential files for a LoRA adapter about 2 months ago
  • special_tokens_map.json
    448 Bytes
    essential files for a LoRA adapter about 2 months ago
  • tokenizer_config.json
    232 kB
    essential files for a LoRA adapter about 2 months ago