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

harrrshall
/
lumen

Text Generation
PEFT
Safetensors
accessibility
code
react
html
saferepair
conversational
Model card Files Files and versions
xet
Community

Instructions to use harrrshall/lumen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use harrrshall/lumen with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/jl_fs/a11yfix/models/Qwen3.5-4B/851bf6e806efd8d0a36b00ddf55e13ccb7b8cd0a")
    model = PeftModel.from_pretrained(base_model, "harrrshall/lumen")
  • Notebooks
  • Google Colab
  • Kaggle
lumen / figures
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
harrrshall's picture
harrrshall
add lumen training curve
c83ad23 verified 1 day ago
  • lumen-training-curve.png
    111 kB
    xet
    add lumen training curve 1 day ago