Text Generation
PEFT
Safetensors
English
Chinese
macaron
a2ui
a2ui-v0.8
lora
dynamic-ui
structured-generation
json-generation
grpo
glm5.1
Instructions to use mindlab-research/Macaron-A2UI-Venti with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mindlab-research/Macaron-A2UI-Venti with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("zai-org/GLM-5.1") model = PeftModel.from_pretrained(base_model, "mindlab-research/Macaron-A2UI-Venti") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,8 @@ base_model:
|
|
| 24 |
# Macaron-A2UI: A Model for Generative UI in Personal Agents
|
| 25 |
|
| 26 |
<p align="center">
|
| 27 |
-
|
|
|
|
| 28 |
</p>
|
| 29 |
|
| 30 |
> This repository contains the LoRA adapter weights for **Macaron A2UI Venti**.
|
|
|
|
| 24 |
# Macaron-A2UI: A Model for Generative UI in Personal Agents
|
| 25 |
|
| 26 |
<p align="center">
|
| 27 |
+
<b>📰 <a href="https://huggingface.co/mindlab-research/Macaron-A2UI-Venti/blob/main/Macaron_A2UI.pdf">Technical Report</a></b> | <b>📄 <a href="https://arxiv.org/abs/2605.24830">Paper</a></b>
|
| 28 |
+
</p>
|
| 29 |
</p>
|
| 30 |
|
| 31 |
> This repository contains the LoRA adapter weights for **Macaron A2UI Venti**.
|