You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

base_model: Qwen/Qwen3-4B-Instruct-2507 base_model_revision: cdbee75f17c01a7cc42f958dc650907174af0554 library_name: peft pipeline_tag: text-generation tags: - lora - peft - grpo - trl - transformers - orak - game-agent license: other

Model Card: aicrowd-model (LoRA Adapter: out_grpo)

This repository contains a LoRA adapter (out_grpo) for:

  • Base model: Qwen/Qwen3-4B-Instruct-2507
  • Base snapshot revision: cdbee75f17c01a7cc42f958dc650907174af0554

Important

This is an adapter-only repository. You must load it together with the base model above.

Reproducibility (Hugging Face hosted adapter)

1) Download LoRA adapter from Hugging Face

hf auth login
hf download ymym-tymblack/aicrowd-model --local-dir /tmp/aicrowd-model

### 2) Start vLLM server

uv run python -m vllm.entrypoints.openai.api_server \
  --model /root/.cache/huggingface/hub/models--Qwen--Qwen3-4B-Instruct-2507/snapshots/cdbee75f17c01a7cc42f958dc650907174af0554 \
  --host 127.0.0.1 \
  --port 8000 \
  --max-model-len 8192 \
  --enable-lora \
  --lora-modules out_grpo=/tmp/aicrowd-model \
  --served-model-name out_grpo

### 3) Run Orak (local)

export ORAK_VLLM_BASE_URL=http://127.0.0.1:8000/v1
export ORAK_VLLM_MODEL=out_grpo
export ORAK_VLLM_API_KEY=EMPTY
uv run python run.py

## Model Declaration (for final evaluation package)

- Model name: out_grpo
- Type: LoRA adapter
- Provider: Hugging Face (adapter), Qwen (base model)
- Base model: Qwen/Qwen3-4B-Instruct-2507
- Base revision: cdbee75f17c01a7cc42f958dc650907174af0554

## Training Summary

- Method: GRPO
- Framework: TRL + PEFT
- Intended use: Orak Game Agent Challenge 2025 evaluation/reproducibility

## Framework versions

- PEFT: 0.18.1
- TRL: 0.26.2
- Transformers: 4.57.3
- PyTorch: 2.9.1
- Datasets: 4.5.0
- Tokenizers: 0.22.1

- This repository contains adapter weights only.
- Base model license/terms from Qwen/Qwen3-4B-Instruct-2507 also apply.
- If you need strict commercial/legal confirmation, verify both base-model and adapter redistribution terms before use.

## Citations

### GRPO / DeepSeekMath

@article{shao2024deepseekmath,
  title        = {DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models},
  author       = {Shao, Zhihong and Wang, Peiyi and Zhu, Qihao and Xu, Runxin and Song, Junxiao and Zhang, Mingchuan and Li, Y. K. and Wu, Y. and Guo, Daya},
  year         = {2024},
  eprint       = {arXiv:2402.03300}
}

### TRL

@misc{vonwerra2022trl,
  title        = {TRL: Transformer Reinforcement Learning},
  author       = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouedec, Quentin},
  year         = {2020},
  howpublished = {\url{https://github.com/huggingface/trl}}
}
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ymym-tymblack/aicrowd-model

Adapter
(5708)
this model

Paper for ymym-tymblack/aicrowd-model