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