Minibase commited on
Commit
3453a48
·
verified ·
1 Parent(s): 6f7b2f3

Upload inference.lock.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. inference.lock.json +20 -0
inference.lock.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "name": "Detoxify-Small",
4
+ "file": "model.gguf",
5
+ "format": "gguf",
6
+ "architecture": "LlamaForCausalLM",
7
+ "context_window": 1024,
8
+ "max_seq_length": 1024,
9
+ "vocab_size": 49152,
10
+ "generation": []
11
+ },
12
+ "server": {
13
+ "host": "127.0.0.1",
14
+ "port": 8000,
15
+ "n_gpu_layers": 0,
16
+ "chat_template": ""
17
+ },
18
+ "created_at": "2025-09-17T20:07:11+00:00",
19
+ "version": "1.0.0"
20
+ }