MikhailRudenko/drafter-wmt16-translate-csen
0157
Drafter — WMT16 Translate CSEN (Czech → English)
A domain-specific draft model for speculative decoding, fine-tuned on the wmt16_translate_csen cluster from the Flan dataset.
Model Details
Training
Purpose
This model is part of the Domain-Aware Speculative Decoding research project. The hypothesis is that domain-specific draft models achieve higher acceptance rates in speculative decoding compared to a single general-purpose drafter.
The model is trained via knowledge distillation: the target model's top-10 token distributions are used as soft labels, combined with standard cross-entropy on the greedy (trunk) sequence.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("MikhailRudenko/drafter-wmt16-translate-csen")
tokenizer = AutoTokenizer.from_pretrained("MikhailRudenko/drafter-wmt16-translate-csen")Related Models
Dataset
Training data: MikhailRudenko/domain-aware-sd-synthetic
