mlboydaisuke commited on
Commit
093a033
·
verified ·
1 Parent(s): e4e1497

Upload models.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. models.json +48 -0
models.json CHANGED
@@ -3,6 +3,12 @@
3
  "updated_at": "2026-04-10",
4
  "min_app_version": "1.0",
5
  "categories": [
 
 
 
 
 
 
6
  {
7
  "id": "segmentation",
8
  "name": "Segmentation",
@@ -65,6 +71,48 @@
65
  }
66
  ],
67
  "models": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  {
69
  "id": "rmbg_1_4",
70
  "name": "RMBG-1.4",
 
3
  "updated_at": "2026-04-10",
4
  "min_app_version": "1.0",
5
  "categories": [
6
+ {
7
+ "id": "llm",
8
+ "name": "Large Language Models",
9
+ "icon": "bubble.left.and.text.bubble.right",
10
+ "order": 0
11
+ },
12
  {
13
  "id": "segmentation",
14
  "name": "Segmentation",
 
71
  }
72
  ],
73
  "models": [
74
+ {
75
+ "id": "gemma4_e2b",
76
+ "name": "Gemma 4 E2B",
77
+ "subtitle": "Google DeepMind, 2025",
78
+ "category_id": "llm",
79
+ "description_md": "Google's latest on-device multimodal LLM. 2.3B effective parameters with Per-Layer Embeddings. Text + image input, streaming text output. Runs on Apple Neural Engine at ~31 tok/s decode. Supports multi-turn conversations, image understanding, and reasoning.",
80
+ "thumbnail_url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/thumbnails/gemma4.jpg",
81
+ "demo": {
82
+ "template": "chat",
83
+ "config": {
84
+ "max_tokens": 1024,
85
+ "multimodal": true
86
+ }
87
+ },
88
+ "files": [
89
+ {
90
+ "name": "gemma4-e2b-coreml.zip",
91
+ "url": "https://huggingface.co/mlboydaisuke/gemma-4-E2B-coreml/resolve/main/gemma4-e2b-coreml.zip",
92
+ "archive": "zip",
93
+ "size_bytes": 2700000000,
94
+ "sha256": "TODO",
95
+ "compute_units": "cpuAndNeuralEngine",
96
+ "kind": "model"
97
+ }
98
+ ],
99
+ "requirements": {
100
+ "min_ios": "18.0",
101
+ "min_ram_mb": 1500,
102
+ "device_capabilities": [
103
+ "arm64"
104
+ ]
105
+ },
106
+ "license": {
107
+ "name": "Gemma",
108
+ "url": "https://ai.google.dev/gemma/terms"
109
+ },
110
+ "upstream": {
111
+ "name": "google/gemma-4-e2b",
112
+ "url": "https://huggingface.co/google/gemma-4-e2b",
113
+ "year": 2025
114
+ }
115
+ },
116
  {
117
  "id": "rmbg_1_4",
118
  "name": "RMBG-1.4",