sashaboguraev/pythia-160m-ppt-control_music_steps500-seed1024
0
Pythia-160M Pre-Pretraining: control_music_steps500 (seed 1024)
Trained from scratch using the ppt pre-pretraining research framework.
Training Details
Control Design
Stage 1: MIDI tokens with shuffled order. Same token distribution as music but no sequential structure. This is the unstructured control.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("sashaboguraev/pythia-160m-ppt-control_music_steps500-seed1024")
tokenizer = AutoTokenizer.from_pretrained("sashaboguraev/pythia-160m-ppt-control_music_steps500-seed1024")Citation
If you use this model, please cite the original pre-pretraining papers:
- Papadimitriou & Jurafsky (2020) — tilt-transfer
- Hahn & Rofin (2024) — pre-pretraining with formal languages (michahu)
- Lee et al. (2024) — NCA pre-pretraining (danihyunlee)
