Falcon-H1-Tiny-90M-Instruct-Curriculum-python-aggressive
π― PYTHON-optimized | π¦ Aggressive pruning | β‘ 1% weights pruned
This model is a aggressively pruned version of tiiuae/Falcon-H1-Tiny-90M-Instruct-Curriculum.
Performance Comparison
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 0.0% | 0.0% β | β |
| Html | 16.7% | 16.7% | β |
| Trivia | 16.7% | 16.7% | β |
| Math | 0.0% | 0.0% | β |
| Reasoning | 0.0% | 0.0% | β |
| Medical | 0.0% | 0.0% | β |
| Linux | 0.0% | 0.0% | β |
| Writing | 0.0% | 0.0% | β |
Average: 4.2% β 4.2% (+0.0%)
Quick Start
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Falcon-H1-Tiny-90M-Instruct-Curriculum-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Falcon-H1-Tiny-90M-Instruct-Curriculum-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))
Technical Details
| Property | Value |
|---|---|
| Base Model | tiiuae/Falcon-H1-Tiny-90M-Instruct-Curriculum |
| Specialization | Python |
| Prune Mode | Aggressive |
| Weight Reduction | 1% weights pruned |
License
This model inherits the license from the base model.
- Downloads last month
- -
