Views
No views yet
| Metric | Value |
|---|---|
| PPL (Before Fine-tuning) | 52.93 |
| PPL (After Fine-tuning) | 25.04 |
| Improvement | 52.68% |
| Model | PPL (After FT) |
|---|---|
| 50% params | 25.04 |
| 70% params | 11.12 |
| 80% params | 8.71 |
| 90% params | 7.64 |
1import torch
2from transformers import AutoTokenizer
3
4# Load tokenizer (standard Qwen2.5-7B tokenizer)
5tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-7B")
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