Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|