nqd145 commited on
Commit
7c778c0
·
verified ·
1 Parent(s): 966f561

Upload allow_list.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. allow_list.json +31 -0
allow_list.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Gemma-4-E2B-it-abliterated",
3
+ "modelId": "nqd145/gemma-4-E2B-it-abliterated-litert-lm",
4
+ "modelFile": "Gemma-4-E2B-it-abliterated.litertlm",
5
+ "description": "A LiteRT-LM export of Huihui Gemma 4 E2B it abliterated, ready for on-device deployment with text generation workloads.",
6
+ "sizeInBytes": 5065244672,
7
+ "minDeviceMemoryInGb": 8,
8
+ "commitHash": "581a7e37c3be958673b62c6f43a70247228fa074",
9
+ "llmSupportImage": false,
10
+ "llmSupportAudio": false,
11
+ "llmSupportThinking": true,
12
+ "defaultConfig": {
13
+ "topK": 64,
14
+ "topP": 0.95,
15
+ "temperature": 1.0,
16
+ "maxContextLength": 32000,
17
+ "maxTokens": 4000,
18
+ "accelerators": "gpu,cpu",
19
+ "visionAccelerator": "gpu"
20
+ },
21
+ "taskTypes": [
22
+ "llm_chat",
23
+ "llm_prompt_lab",
24
+ "llm_agent_chat"
25
+ ],
26
+ "bestForTaskTypes": [
27
+ "llm_chat",
28
+ "llm_prompt_lab",
29
+ "llm_agent_chat"
30
+ ]
31
+ }