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
Upload Macaron_A2UI.pdf
Browse files- .gitattributes +1 -0
- Macaron_A2UI.pdf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Macaron_A2UI.pdf filter=lfs diff=lfs merge=lfs -text
|
Macaron_A2UI.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a52c4ed3bd6de24b6ce7a3ae32419610aa0869d09d697fe613cfae931c2287a4
|
| 3 |
+
size 3740254
|