Add missing pipeline tag
Browse filesThis PR adds the missing `pipeline_tag` to the model card metadata. The task of solving text-based mazes doesn't neatly fit into existing pipeline tags, so "other" is the most appropriate choice.
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
base_model: jan-hq/AlphaMaze-v0.2-1.5B
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- qwen2
|
8 |
- trl
|
9 |
-
|
10 |
-
language:
|
11 |
-
- en
|
12 |
---
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
@@ -16,13 +17,6 @@ language:
|
|
16 |
<div align="center">
|
17 |
|
18 |
# AlphaMaze: Teaching LLMs to Think Visually
|
19 |
-
<!---
|
20 |
-
<a href='https://homebrew.ltd/blog/alpha-maze'><img src='https://img.shields.io/badge/Project-Blog-Green'></a>
|
21 |
-
<a href='https://huggingface.co/homebrewltd/AlphaMaze-v0.2-1.5B'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue'></a>
|
22 |
-
<a href='https://huggingface.co/datasets/homebrewltd/Maze-Reasoning-v0.1'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Data-green'></a>
|
23 |
-
<a href='https://alphamaze.menlo.ai/'><img src='https://img.shields.io/badge/Project-Demo-violet'></a>
|
24 |
-
<a href=''><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
25 |
-
-->
|
26 |
|
27 |
[**About**](#About) | [**Demo**](#Demo) | [**Models and Datasets**](#Models-and-Dataset) | [**Benchmarks**](#Benchmarks) | [**How to Run Locally**](#Run-Locally) |
|
28 |
|
@@ -155,4 +149,4 @@ We're looking for collaborators and plan to expand the model's capabilities to i
|
|
155 |
- [llama-factory](https://github.com/hiyouga/LLaMA-Factory)
|
156 |
- [unsloth](https://unsloth.ai/)
|
157 |
- [Deepseek](https://github.com/deepseek-ai/DeepSeek-R1)
|
158 |
-
- [Multimodal Visualization-of-Thought (MVoT)](https://arxiv.org/abs/2501.07542)
|
|
|
1 |
---
|
2 |
base_model: jan-hq/AlphaMaze-v0.2-1.5B
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
- qwen2
|
11 |
- trl
|
12 |
+
pipeline_tag: other
|
|
|
|
|
13 |
---
|
14 |
|
15 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
17 |
<div align="center">
|
18 |
|
19 |
# AlphaMaze: Teaching LLMs to Think Visually
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
[**About**](#About) | [**Demo**](#Demo) | [**Models and Datasets**](#Models-and-Dataset) | [**Benchmarks**](#Benchmarks) | [**How to Run Locally**](#Run-Locally) |
|
22 |
|
|
|
149 |
- [llama-factory](https://github.com/hiyouga/LLaMA-Factory)
|
150 |
- [unsloth](https://unsloth.ai/)
|
151 |
- [Deepseek](https://github.com/deepseek-ai/DeepSeek-R1)
|
152 |
+
- [Multimodal Visualization-of-Thought (MVoT)](https://arxiv.org/abs/2501.07542)
|