Leon-AI commited on
Commit
53cc997
·
verified ·
1 Parent(s): 1a11a5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -16
README.md CHANGED
@@ -123,22 +123,6 @@ the model from defaulting to non-empty outputs).
123
  - JSON validity: `0.1 · 𝟙[valid JSON dict]` (or `0.05` for non-dict valid JSON)
124
  - task F1: `0.7 · F1(pred, gold)` — entity-set F1 for NER, triple-set F1 for RE
125
 
126
- ### Hyper-parameters
127
-
128
- | | |
129
- |---|---|
130
- | Base model | Qwen3-4B-Instruct |
131
- | Learning rate | 1e-6 |
132
- | KL loss coeff. (low-var KL) | 0.01 |
133
- | Train batch size (prompts) | 128 |
134
- | PPO mini / micro batch | 64 / 4 per GPU |
135
- | Rollouts per prompt (`n`) | 6 |
136
- | Sampling | T=0.7, top-p=0.9 |
137
- | Max prompt / response | 2048 / 2048 |
138
- | Epochs | 1 (112 optimizer steps) |
139
- | Rollout engine | vLLM (gpu_memory_utilization=0.6) |
140
- | Distributed | FSDP via Ray, 8 × H200 GPUs |
141
- | Wall-clock | ~1 h 18 min |
142
 
143
  ## Evaluation
144
 
 
123
  - JSON validity: `0.1 · 𝟙[valid JSON dict]` (or `0.05` for non-dict valid JSON)
124
  - task F1: `0.7 · F1(pred, gold)` — entity-set F1 for NER, triple-set F1 for RE
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
127
  ## Evaluation
128