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

woodfireind
/
H3-ScriptGen

Text Generation
PEFT
Safetensors
English
lora
sft
trl
script-generation
minimax-h3
video-generation
conversational
Model card Files Files and versions
xet
Community

Instructions to use woodfireind/H3-ScriptGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use woodfireind/H3-ScriptGen with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-0.8B")
    model = PeftModel.from_pretrained(base_model, "woodfireind/H3-ScriptGen")
  • Notebooks
  • Google Colab
  • Kaggle
H3-ScriptGen / docs
51.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
woodfireind's picture
woodfireind
H3-ScriptGen: MiniMax-H3 FL2VA scriptwriting LoRA (Qwen3.5-0.8B base, continue-trained from final adapter)
7dbeac1 verified 3 days ago
  • H3_FORMAT_README.md
    2.12 kB
    H3-ScriptGen: MiniMax-H3 FL2VA scriptwriting LoRA (Qwen3.5-0.8B base, continue-trained from final adapter) 3 days ago
  • VIDEO_PROMPT_base-en.txt
    15.8 kB
    H3-ScriptGen: MiniMax-H3 FL2VA scriptwriting LoRA (Qwen3.5-0.8B base, continue-trained from final adapter) 3 days ago
  • VIDEO_PROMPT_ref-en.txt
    23.6 kB
    H3-ScriptGen: MiniMax-H3 FL2VA scriptwriting LoRA (Qwen3.5-0.8B base, continue-trained from final adapter) 3 days ago
  • h3_prompt_format.py
    10.4 kB
    H3-ScriptGen: MiniMax-H3 FL2VA scriptwriting LoRA (Qwen3.5-0.8B base, continue-trained from final adapter) 3 days ago