File size: 336 Bytes
67a1109 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
license: apache-2.0
tags:
- tiny-llm
- dgpo
- distillation
---
# DGPO Tiny Pure
Tiny 0.43M parameter language model trained with DGPO (Distillation-Guided Policy Optimization).
- - Python pickle model (1.8MB)
- - GGUF format
Usage:
```python
import pickle
with open("dgpo_tiny.pkl", "rb") as f:
model = pickle.load(f)
```
|