JR-James-0125 commited on
Commit
4f58aa8
·
verified ·
1 Parent(s): 03cb8a5

Label StepORLM checkpoint as SOLID-opt

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
3
  pipeline_tag: text-generation
4
  base_model: Chenyu-Zhou/StepORLM-Qwen3-8B
5
  tags:
 
6
  - operations-research
7
  - mathematical-optimization
8
  - self-distillation
@@ -10,7 +11,7 @@ tags:
10
  - qwen3
11
  ---
12
 
13
- # SOLID-StepORLM-Qwen3-8B
14
 
15
  This is the step-125 checkpoint of **SOLID (Solver-Informed Self-Distillation)** built from `Chenyu-Zhou/StepORLM-Qwen3-8B` for operations-research modeling and solver-backed answer generation.
16
 
@@ -26,12 +27,14 @@ Each problem was sampled 64 times. `maj@64` is majority-vote accuracy; `pass@k`
26
  | MAMO-Complex | 70.44 | 66.43 | 71.58 | 74.79 |
27
  | InOR | 48.00 | 39.81 | 46.07 | 50.59 |
28
 
 
 
29
  ## Usage
30
 
31
  ```python
32
  from transformers import AutoModelForCausalLM, AutoTokenizer
33
 
34
- model_id = "JamesX421/SOLID-StepORLM-Qwen3-8B"
35
  tokenizer = AutoTokenizer.from_pretrained(model_id)
36
  model = AutoModelForCausalLM.from_pretrained(
37
  model_id,
@@ -41,4 +44,3 @@ model = AutoModelForCausalLM.from_pretrained(
41
  ```
42
 
43
  The generated optimization code expects a compatible COPT environment for execution.
44
-
 
3
  pipeline_tag: text-generation
4
  base_model: Chenyu-Zhou/StepORLM-Qwen3-8B
5
  tags:
6
+ - solid-opt
7
  - operations-research
8
  - mathematical-optimization
9
  - self-distillation
 
11
  - qwen3
12
  ---
13
 
14
+ # StepORLM-SOLID-opt
15
 
16
  This is the step-125 checkpoint of **SOLID (Solver-Informed Self-Distillation)** built from `Chenyu-Zhou/StepORLM-Qwen3-8B` for operations-research modeling and solver-backed answer generation.
17
 
 
27
  | MAMO-Complex | 70.44 | 66.43 | 71.58 | 74.79 |
28
  | InOR | 48.00 | 39.81 | 46.07 | 50.59 |
29
 
30
+ Across the coherent 697-problem evaluation suite, aggregate pass@1 is **60.16%**.
31
+
32
  ## Usage
33
 
34
  ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer
36
 
37
+ model_id = "JR-James-0125/StepORLM-SOLID-opt"
38
  tokenizer = AutoTokenizer.from_pretrained(model_id)
39
  model = AutoModelForCausalLM.from_pretrained(
40
  model_id,
 
44
  ```
45
 
46
  The generated optimization code expects a compatible COPT environment for execution.