Add pipeline tag
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen2.5-14B
|
| 7 |
datasets:
|
| 8 |
- TIGER-Lab/VisualWebInstruct-Verified
|
|
|
|
|
|
|
| 9 |
library_name: transformers
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# General-Reasoner: Advancing LLM Reasoning Across All Domains
|
|
@@ -19,8 +20,6 @@ library_name: transformers
|
|
| 19 |
<a href="https://tiger-ai-lab.github.io/General-Reasoner/" target="_blank">๐ Project Page</a>
|
| 20 |
</p>
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
## Overview
|
| 25 |
|
| 26 |
<p align="center">
|
|
@@ -41,7 +40,6 @@ library_name: transformers
|
|
| 41 |
|
| 42 |
**This specific model is the General-Reasoner variant trained based on [Qwen2.5-14B-Base](https://huggingface.co/Qwen/Qwen2.5-14B).**
|
| 43 |
|
| 44 |
-
|
| 45 |
## Main Results
|
| 46 |
General-Reasoner outperforms base and supervised models on a variety of reasoning benchmarks, demonstrating robust generalization across domains:
|
| 47 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-14B
|
| 4 |
datasets:
|
| 5 |
- TIGER-Lab/VisualWebInstruct-Verified
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
library_name: transformers
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
# General-Reasoner: Advancing LLM Reasoning Across All Domains
|
|
|
|
| 20 |
<a href="https://tiger-ai-lab.github.io/General-Reasoner/" target="_blank">๐ Project Page</a>
|
| 21 |
</p>
|
| 22 |
|
|
|
|
|
|
|
| 23 |
## Overview
|
| 24 |
|
| 25 |
<p align="center">
|
|
|
|
| 40 |
|
| 41 |
**This specific model is the General-Reasoner variant trained based on [Qwen2.5-14B-Base](https://huggingface.co/Qwen/Qwen2.5-14B).**
|
| 42 |
|
|
|
|
| 43 |
## Main Results
|
| 44 |
General-Reasoner outperforms base and supervised models on a variety of reasoning benchmarks, demonstrating robust generalization across domains:
|
| 45 |
|