Falcon-H1-Tiny-90M-Base-linux-aggressive

🎯 LINUX-optimized | πŸ“¦ Aggressive pruning | ⚑ 1% weights pruned

This model is a aggressively pruned version of tiiuae/Falcon-H1-Tiny-90M-Base.

Performance Comparison

Category Original Pruned Change
Python 0.0% 0.0% β†’
Html 8.3% 0.0% ↓ 8.3%
Trivia 25.0% 0.0% ↓ 25.0%
Math 16.7% 0.0% ↓ 16.7%
Reasoning 8.3% 0.0% ↓ 8.3%
Medical 0.0% 0.0% β†’
Linux 0.0% 0.0% ⭐ β†’
Writing 0.0% 0.0% β†’

Average: 7.3% β†’ 0.0% (-7.3%)

Comparison Graph

Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/Falcon-H1-Tiny-90M-Base-linux-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Falcon-H1-Tiny-90M-Base-linux-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-Base
Specialization Linux
Prune Mode Aggressive
Weight Reduction 1% weights pruned

License

This model inherits the license from the base model.

Downloads last month
-
Safetensors
Model size
91.1M params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for CompactAI/Falcon-H1-Tiny-90M-Base-linux-aggressive

Finetuned
(17)
this model

Collection including CompactAI/Falcon-H1-Tiny-90M-Base-linux-aggressive