Update README.md
Browse files
README.md
CHANGED
|
@@ -22,20 +22,9 @@ RL-trained Qwen3-8B on SWEsmith tasks (65k context with YaRN rope scaling factor
|
|
| 22 |
## Training Details
|
| 23 |
|
| 24 |
- **Base model**: [laion/r2egym-nl2bash-stack-bugsseq-fixthink-again](https://huggingface.co/laion/r2egym-nl2bash-stack-bugsseq-fixthink-again) (Qwen3-8B SFT)
|
| 25 |
-
- **Training method**: RLOO-N
|
| 26 |
- **Training data**: 2,500 SWEsmith tasks (oracle-verified, 120s timeout)
|
| 27 |
-
- **Framework**: BenSkyRL + Harbor
|
| 28 |
- **Sandbox**: Apptainer containers with proxychains for internet access
|
| 29 |
|
| 30 |
-
## Eval Results (dev_set_71_tasks, n=3)
|
| 31 |
|
| 32 |
-
See results_20260316.md for full comparison tables.
|
| 33 |
-
|
| 34 |
-
## Usage
|
| 35 |
-
|
| 36 |
-
```python
|
| 37 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 38 |
-
|
| 39 |
-
model = AutoModelForCausalLM.from_pretrained("laion/SweSmith-8B-SFT-Rope-step62")
|
| 40 |
-
tokenizer = AutoTokenizer.from_pretrained("laion/SweSmith-8B-SFT-Rope-step62")
|
| 41 |
-
```
|
|
|
|
| 22 |
## Training Details
|
| 23 |
|
| 24 |
- **Base model**: [laion/r2egym-nl2bash-stack-bugsseq-fixthink-again](https://huggingface.co/laion/r2egym-nl2bash-stack-bugsseq-fixthink-again) (Qwen3-8B SFT)
|
| 25 |
+
- **Training method**: RLOO-N
|
| 26 |
- **Training data**: 2,500 SWEsmith tasks (oracle-verified, 120s timeout)
|
| 27 |
+
- **Framework**: BenSkyRL + Harbor
|
| 28 |
- **Sandbox**: Apptainer containers with proxychains for internet access
|
| 29 |
|
|
|
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|