TinyLlama-1.1B-Chat-v1.0
Collection
Collection of pruned models based on TinyLlama/TinyLlama-1.1B-Chat-v1.0
β’
16 items
β’
Updated
π― PYTHON-optimized | π¦ Aggressive pruning | β‘ 1% weights pruned
This model is a aggressively pruned version of TinyLlama/TinyLlama-1.1B-Chat-v1.0.
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 0.0% | 0.0% β | β |
| Html | 0.0% | 0.0% | β |
| Trivia | 35.7% | 35.7% | β |
| Math | 0.0% | 0.0% | β |
| Reasoning | 0.0% | 0.0% | β |
| Medical | 50.0% | 50.0% | β |
| Linux | 80.0% | 80.0% | β |
| Writing | 16.7% | 16.7% | β |
Average: 22.8% β 22.8% (+0.0%)
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/TinyLlama-1.1B-Chat-v1.0-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/TinyLlama-1.1B-Chat-v1.0-python-aggressive")
inputs = tokenizer("Your prompt here", return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
| Property | Value |
|---|---|
| Base Model | TinyLlama/TinyLlama-1.1B-Chat-v1.0 |
| Specialization | Python |
| Prune Mode | Aggressive |
| Weight Reduction | 1% weights pruned |
This model inherits the license from the base model.
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0