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

yifanyu
/
I-DLM-8B-lora-r128

Text Generation
PEFT
Safetensors
English
diffusion-lm
introspective-decoding
sdar
lora
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use yifanyu/I-DLM-8B-lora-r128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use yifanyu/I-DLM-8B-lora-r128 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/data/cxu/dllm-distillation/training/model/Qwen3-8B-b3-allmasked-causal")
    model = PeftModel.from_pretrained(base_model, "yifanyu/I-DLM-8B-lora-r128")
  • Notebooks
  • Google Colab
  • Kaggle
I-DLM-8B-lora-r128
704 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
yifanyu's picture
yifanyu
Upload README.md with huggingface_hub
ea5db26 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    1.29 kB
    Upload README.md with huggingface_hub 4 months ago
  • adapter_config.json
    905 Bytes
    Upload adapter_config.json with huggingface_hub 5 months ago
  • adapter_model.safetensors
    698 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub 5 months ago
  • added_tokens.json
    729 Bytes
    Upload added_tokens.json with huggingface_hub 5 months ago
  • chat_template.jinja
    4.12 kB
    Upload chat_template.jinja with huggingface_hub 5 months ago
  • merges.txt
    1.67 MB
    Upload merges.txt with huggingface_hub 5 months ago
  • special_tokens_map.json
    771 Bytes
    Upload special_tokens_map.json with huggingface_hub 5 months ago
  • tokenization_qwen2.py
    14 kB
    Upload tokenization_qwen2.py with huggingface_hub 5 months ago
  • tokenizer_config.json
    5.75 kB
    Upload tokenizer_config.json with huggingface_hub 5 months ago
  • vocab.json
    3.38 MB
    Upload vocab.json with huggingface_hub 5 months ago