ModelHub XC f5f7f6c22f 初始化项目,由ModelHub XC社区提供模型
Model: VLSP2025-LegalSML/qwen3-1.7b-legal-pretrain
Source: Original Platform
2026-06-02 13:43:52 +08:00

base_model, library_name, model_name, tags, licence, extra_gated_prompt, extra_gated_fields
base_model library_name model_name tags licence extra_gated_prompt extra_gated_fields
Qwen/Qwen3-1.7B-Base transformers qwen3-1.7b-legal-pretrain
generated_from_trainer
sft
trl
license You agree to not use the model to conduct experiments that cause harm to human subjects.
Email (use the email registered for the VLSP competition) Phone number (use the phone number registered for the VLSP competition) Team Name Country
text text text country

🧠 Vietnamese Legal Base Model - Qwen1.7B (Pretrained)

📌 Overview

  • Base model: Qwen-1.7B
  • Domain: Vietnamese legal language
  • Training objective: Continual pretraining on legal-domain texts

📚 Training Data

The model was continually pretrained on a curated corpus of Vietnamese legal texts, including:

  • Official legal documents (laws, codes, decrees, etc.)
  • Legal news articles and commentary

📊 Dataset Statistics

The training corpus includes a total of approximately 144,000 Vietnamese texts categorized as follows:

  • ~96,000 legal documents: Official sources such as laws, decrees, circulars,...
  • ~48,000 legal news articles: Collected from online legal news portals, featuring case studies, legal interpretations,...

Training Configuration

The model was trained using full-parameter fine-tuning (no quantization or LoRA). Below is the training setup used for continual pretraining:

🔧 Model & Tokenization

  • Base model: Qwen/Qwen3-1.7B
  • Maximum sequence length: 4096
  • Block size: 4096

All texts were collected from publicly available and legally permitted sources, then preprocessed to ensure quality and consistency for domain adaptation.

🚀 Example Usage

# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("VLSP2025-LegalSML/qwen3-1.7b-legal-pretrain")
model = AutoModelForCausalLM.from_pretrained("VLSP2025-LegalSML/qwen3-1.7b-legal-pretrain")

🧑‍💼 Maintainers

This model is developed and maintained by the VLSP 2025 LegalSLM Task Organizers.

For inquiries, please contact: leanhcuong@tdtu.edu.vn

⚠️ License & Usage

This model is released for research purposes only under the scope of the VLSP 2025 Evaluation Campaign. Any use outside the competition must comply with relevant data and model licensing agreements.

Description
Model synced from source: VLSP2025-LegalSML/qwen3-1.7b-legal-pretrain
Readme 2 MiB
Languages
Jinja 100%