Question Answering
Safetensors
qwen3
nielsr HF Staff commited on
Commit
0f96d23
verified
1 Parent(s): 9dcd861

Correct pipeline tag and add library name

Browse files

This PR corrects the pipeline tag to `text-generation` and adds the `library_name` to ensure the model can be found via the right pipeline and used with the Transformers library.

Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - TIGER-Lab/WebInstruct-verified
5
  base_model:
6
  - Qwen/Qwen3-4B-Base
7
- pipeline_tag: question-answering
 
 
 
 
8
  ---
9
 
10
  # General-Reasoner: Advancing LLM Reasoning Across All Domains
@@ -17,8 +18,6 @@ pipeline_tag: question-answering
17
  <a href="https://tiger-ai-lab.github.io/General-Reasoner/" target="_blank">馃寪 Project Page</a>
18
  </p>
19
 
20
-
21
-
22
  ## Overview
23
 
24
  <p align="center">
@@ -37,8 +36,7 @@ pipeline_tag: question-answering
37
  - **Diverse Reasoning Data:** 230K+ high-quality, verifiable questions sourced from the web and filtered for answer verifiability across disciplines.
38
  - **Model-Based Verifier:** Compact 1.5B generative verifier model for context-aware, chain-of-thought answer validation, outperforming traditional rule-based methods.
39
 
40
- **This specific model is the General-Reasoner variant trained based on [Qwen3-4B-Base](https://huggingface.co/Qwen/Qwen3-4B-Base).**
41
-
42
 
43
  ## Main Results
44
  General-Reasoner outperforms base and supervised models on a variety of reasoning benchmarks, demonstrating robust generalization across domains:
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen3-4B-Base
4
+ datasets:
5
+ - TIGER-Lab/WebInstruct-verified
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
 
11
  # General-Reasoner: Advancing LLM Reasoning Across All Domains
 
18
  <a href="https://tiger-ai-lab.github.io/General-Reasoner/" target="_blank">馃寪 Project Page</a>
19
  </p>
20
 
 
 
21
  ## Overview
22
 
23
  <p align="center">
 
36
  - **Diverse Reasoning Data:** 230K+ high-quality, verifiable questions sourced from the web and filtered for answer verifiability across disciplines.
37
  - **Model-Based Verifier:** Compact 1.5B generative verifier model for context-aware, chain-of-thought answer validation, outperforming traditional rule-based methods.
38
 
39
+ **This specific model is the General-Reasoner variant trained based on [Qwen/Qwen3-4B-Base](https://huggingface.co/Qwen/Qwen3-4B-Base).**
 
40
 
41
  ## Main Results
42
  General-Reasoner outperforms base and supervised models on a variety of reasoning benchmarks, demonstrating robust generalization across domains: