GuangzhiWang commited on
Commit
461ee81
·
verified ·
1 Parent(s): 9beacbb

fix: correct base_model to Qwen3-4B-Instruct-2507

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - information-retrieval
11
  library_name: transformers
12
  pipeline_tag: feature-extraction
13
- base_model: Qwen/Qwen3-4B
14
  datasets:
15
  - xlangai/BRIGHT
16
  model-index:
@@ -175,7 +175,7 @@ print(f"Embedding shape: {embedding.shape}")
175
 
176
  ## Training
177
 
178
- MRE-T1 is trained using a two-stage approach on the Qwen3-4B base model:
179
  1. **Stage 1**: Supervised fine-tuning with task-specific reasoning prompts
180
  2. **Stage 2**: Reinforcement learning to optimize retrieval quality
181
 
 
10
  - information-retrieval
11
  library_name: transformers
12
  pipeline_tag: feature-extraction
13
+ base_model: Qwen/Qwen3-4B-Instruct-2507
14
  datasets:
15
  - xlangai/BRIGHT
16
  model-index:
 
175
 
176
  ## Training
177
 
178
+ MRE-T1 is trained using a two-stage approach on the Qwen3-4B-Instruct-2507 base model:
179
  1. **Stage 1**: Supervised fine-tuning with task-specific reasoning prompts
180
  2. **Stage 2**: Reinforcement learning to optimize retrieval quality
181