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.
You agree to not use the model to conduct experiments that cause harm to human subjects.
Log in or Sign Up to review the conditions and access this model content.
π§ Vietnamese Legal Base Model - Qwen1.7B (Pretrained)
This model is a Vietnamese legal-domain base model pretrained from Qwen-1.7B, adapted specifically for legal text understanding and legal question answering tasks.
π 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: [email protected]
β οΈ 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.
- Downloads last month
- 380
Model tree for VLSP2025-LegalSML/qwen3-1.7b-legal-pretrain
Base model
Qwen/Qwen3-1.7B-Base