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

EdisonScientific
/
MarkushGlyph

Image-Text-to-Text
PEFT
Safetensors
chemistry
markush
lora
image-to-cxsmiles
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use EdisonScientific/MarkushGlyph with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-2B-Base")
    model = PeftModel.from_pretrained(base_model, "EdisonScientific/MarkushGlyph")
  • Notebooks
  • Google Colab
  • Kaggle
MarkushGlyph
591 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
alexandonian's picture
alexandonian
Card: base model is Qwen/Qwen3.5-2B-Base
f213370 verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    1.23 kB
    Card: base model is Qwen/Qwen3.5-2B-Base 9 days ago
  • adapter_config.json
    1.3 kB
    Fix base model: point adapter at Qwen/Qwen3.5-2B-Base (the true training base; -Base, not the finetune) 9 days ago
  • adapter_model.safetensors
    591 MB
    xet
    Add MarkushGlyph LoRA adapter weights 9 days ago
  • chat_template.jinja
    7.76 kB
    Add chat template 9 days ago
  • processor_config.json
    1.19 kB
    Add processor config 9 days ago