Views
No views yet
| Metric | Base (Qwen 2.5 7B) | This adapter (v1) | Δ |
|---|---|---|---|
| Stratified eval mean | +0.101 | +0.101 | 0.000 |
| Mean turns | 6.10 | 6.10 | 0 |
| Claude Sonnet 4.5 (ceiling) | +0.314 | — | — |
unsloth/Qwen2.5-7B-Instruct-bnb-4bitsft_data/stratified_manifest.json in the env repo)1from peft import PeftModel
2from transformers import AutoModelForCausalLM, AutoTokenizer
3
4base = "unsloth/Qwen2.5-7B-Instruct-bnb-4bit"
5adapter = "binleiwang/qwen2.5-7b-hospitality-sft"
6
7model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")
8model = PeftModel.from_pretrained(model, adapter)
9tokenizer = AutoTokenizer.from_pretrained(base)eval_v1_stratified.py in the env repo.do_sample=False)1@misc{wang2026hospitality,
2 title = {Hospitality RL Environment: A Hot Pot Restaurant Simulation},
3 author = {Binlei Wang},
4 year = {2026},
5 howpublished = {OpenEnv Challenge submission}
6}unsloth/Qwen2.5-7B-Instruct-bnb-4bit) retains its own license.