Views
No views yet
| Metric | Value |
|---|---|
| PPL (Before Fine-tuning) | 7.01 |
| PPL (After Fine-tuning) | 6.15 |
| Improvement | 12.26% |
| Model | PPL (After FT) |
|---|---|
| 50% params | 16.94 |
| 70% params | 9.60 |
| 80% params | 7.11 |
| 90% params | 6.15 |
1import torch
2from transformers import AutoTokenizer
3
4# Load tokenizer (standard Qwen2.5-14B tokenizer)
5tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-14B")
6
7# Note: This model uses a custom pruned architecture
8# Custom loading code is required to use this modelmodel_weights.pt: Full model state dictREADME.md: This documentation