sriharsha-cr commited on
Commit
790b813
·
1 Parent(s): 5f8da10

Removed Gated models

Browse files
Files changed (1) hide show
  1. config.py +4 -5
config.py CHANGED
@@ -10,7 +10,7 @@ AVAILABLE_MODELS = [
10
  "HuggingFaceTB/SmolLM2-135M-Instruct",
11
  "HuggingFaceTB/SmolLM2-360M-Instruct",
12
  "Qwen/Qwen2.5-1.5B-Instruct",
13
- "meta-llama/Llama-3.2-1B-Instruct",
14
  "HuggingFaceTB/SmolLM2-1.7B-Instruct",
15
  "microsoft/Phi-3.5-mini-instruct",
16
  ]
@@ -30,10 +30,9 @@ MODEL_INFO = {
30
  "Strong instruction-following for its size; reliably respects token budgets. "
31
  "Best balance of speed and quality."
32
  ),
33
- "meta-llama/Llama-3.2-1B-Instruct": (
34
- "🚀 **Fast · 1B params** — Loads in ~40 s. \n"
35
- "Meta's smallest Llama; good general-purpose compression. "
36
- "Requires accepting the Llama licence on HF Hub."
37
  ),
38
  "Qwen/Qwen2.5-1.5B-Instruct": (
39
  "⚖️ **Balanced · 1.5B params** — Loads in ~60 s. \n"
 
10
  "HuggingFaceTB/SmolLM2-135M-Instruct",
11
  "HuggingFaceTB/SmolLM2-360M-Instruct",
12
  "Qwen/Qwen2.5-1.5B-Instruct",
13
+ "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
14
  "HuggingFaceTB/SmolLM2-1.7B-Instruct",
15
  "microsoft/Phi-3.5-mini-instruct",
16
  ]
 
30
  "Strong instruction-following for its size; reliably respects token budgets. "
31
  "Best balance of speed and quality."
32
  ),
33
+ "TinyLlama/TinyLlama-1.1B-Chat-v1.0": (
34
+ "🚀 **Fast · 1.1B params** — Loads in ~40 s. \n"
35
+ "Fully open, no licence required. Good general-purpose compression at 1B scale."
 
36
  ),
37
  "Qwen/Qwen2.5-1.5B-Instruct": (
38
  "⚖️ **Balanced · 1.5B params** — Loads in ~60 s. \n"