Text Generation
PEFT
Safetensors
English
Chinese
macaron
a2ui
a2ui-v0.8
lora
dynamic-ui
structured-generation
json-generation
grpo
qwen3
Instructions to use mindlab-research/Macaron-A2UI-Tall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mindlab-research/Macaron-A2UI-Tall with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/vePFS-Mindverse/share/huggingface/hub/models--Qwen--Qwen3-30B-A3B-Instruct-2507/snapshots/0d7cf23991f47feeb3a57ecb4c9cee8ea4a17bfe") model = PeftModel.from_pretrained(base_model, "mindlab-research/Macaron-A2UI-Tall") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
ab8729a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a52c4ed3bd6de24b6ce7a3ae32419610aa0869d09d697fe613cfae931c2287a4
size 3740254
|