Skip to content

Commit e95018e

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#10544)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
1 parent 0258f8a commit e95018e

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
11
---
2+
- name: "qwen-agentworld-35b-a3b"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/unsloth/Qwen-AgentWorld-35B-A3B-GGUF
6+
description: |
7+
# Qwen-AgentWorld-35B-A3B
8+
9+
📑 Technical Report |
10+
📖 Blog |
11+
🤗 Hugging Face |
12+
🤖 ModelScope |
13+
💻 GitHub |
14+
🖥️ Demo
15+
16+
> [!Note]
17+
> This repository contains the model weights and configuration files for **Qwen-AgentWorld-35B-A3B**, a native language world model trained for agentic environment simulation.
18+
>
19+
> These artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, etc.
20+
21+
**Qwen-AgentWorld** is the first language world model to cover seven agent interaction domains within a single model. It simulates agentic environments via long chain-of-thought reasoning, predicting the next environment state given an agent's action and interaction history. Trained through a three-stage pipeline — CPT injects environment knowledge, SFT activates next-state-prediction reasoning, RL sharpens simulation fidelity — Qwen-AgentWorld is a **native world model**: environment modeling is the training objective from the CPT stage onward, not a post-hoc add-on.
22+
23+
## Highlights
24+
25+
...
26+
license: "apache-2.0"
27+
tags:
28+
- llm
29+
- gguf
30+
- qwen
31+
icon: https://qianwen-res.oss-accelerate-overseas.aliyuncs.com/Qwen-AgentWorld/logo.png
32+
overrides:
33+
backend: llama-cpp
34+
function:
35+
automatic_tool_parsing_fallback: true
36+
grammar:
37+
disable: true
38+
known_usecases:
39+
- chat
40+
options:
41+
- use_jinja:true
42+
parameters:
43+
model: llama-cpp/models/Qwen-AgentWorld-35B-A3B-GGUF/Qwen-AgentWorld-35B-A3B-UD-Q4_K_M.gguf
44+
template:
45+
use_tokenizer_template: true
46+
files:
47+
- filename: llama-cpp/models/Qwen-AgentWorld-35B-A3B-GGUF/Qwen-AgentWorld-35B-A3B-UD-Q4_K_M.gguf
48+
sha256: e7a8eafdd8013443b6bcc4b6fb47b2d2025f772d359650b9ceb7d75971e22cad
49+
uri: https://huggingface.co/unsloth/Qwen-AgentWorld-35B-A3B-GGUF/resolve/main/Qwen-AgentWorld-35B-A3B-UD-Q4_K_M.gguf
250
- name: "ornith-1.0-9b"
351
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
452
urls:

0 commit comments

Comments
 (0)