VISAI-AI/JUSTNLP2025-L-Summ-formatted
Viewer • Updated • 1.05k • 20
How to use VISAI-AI/Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r2-ckpt500 with Transformers:
# Use a pipeline as a high-level helper
# Warning: Pipeline type "summarization" is no longer supported in transformers v5.
# You must load the model directly (see below) or downgrade to v4.x with:
# 'pip install "transformers<5.0.0'
from transformers import pipeline
pipe = pipeline("summarization", model="VISAI-AI/Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r2-ckpt500") # Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("VISAI-AI/Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r2-ckpt500")
model = AutoModelForCausalLM.from_pretrained("VISAI-AI/Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r2-ckpt500", device_map="auto")One of the model submitted to JUST-NLP 2025 Shared Task on L-SUMM task by 4corners team. The code for training the model is publicly available here.
This model was finetuned using Unsloth's GRPO pipeline with LoRA Adapter following this hyperparameters:
We use the official training data provided by JUST-NLP Shared Task for L-SUMM with some data filtering. The dataset as well as the details is given here.
Validation Leaderboard results:
| model | Avg | Rouge-2 | Rouge-L | BLEU |
|---|---|---|---|---|
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-stage1 | 25.47 | 31.25 | 31.42 | 13.74 |
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-stage2 | 25.57 | 31.51 | 31.77 | 13.43 |
Test Leaderboard Results
| model | Avg | Rouge-2 | Rouge-L | BLEU |
|---|---|---|---|---|
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-stage2 | 23.94 | 30.35 | 30.19 | 11.27 |
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-1step | 21.62 | 28.46 | 28.42 | 7.97 |
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r1-ckpt150 | 27.21 | 33.36 | 32.25 | 16.01 |
| Qwen3-4B-Instruct-2507-L-SUMM-fourcorners-rl-r2-ckpt500 | 29.91 | 34.91 | 33.34 | 21.49 |
We use 1x A100 80GB to finetune this model.
Chompakorn Chaksangchaichot & Pawitsapak Akarajaradwong
{chompakornc_pro,pawitsapaka_visai}@vistec.ac.th