ashwinij2 commited on
Commit
08adc9e
·
verified ·
1 Parent(s): 63c0fc3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_format": "gguf",
3
+ "model_family": "qwen2",
4
+ "model_type": "1.8B",
5
+ "file_type": "Q4_K_M",
6
+ "architecture": "amd64",
7
+ "os": "linux",
8
+ "special_tokens": {
9
+ "stop": ["<|begin▁of▁sentence|>", "<|end▁of▁sentence|>", "<|User|>", "<|Assistant|>"]
10
+ }
11
+ }