sk16er commited on
Commit
e72f974
·
verified ·
1 Parent(s): 3e8e7f0

Create modelcard.json

Browse files
Files changed (1) hide show
  1. modelcard.json +11 -0
modelcard.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "vero-4b",
3
+ "creator": "Shushank",
4
+ "description": "A custom 4B parameter LLM named Vero, quantized to Q4_K_M for efficient inference.",
5
+ "tags": ["llm", "gguf", "q4_k_m", "vero", "ollama"],
6
+ "license": "Apache 2.0", // Apna license daal do
7
+ "language": "en",
8
+ "framework": "Ollama",
9
+ "quantization": "Q4_K_M",
10
+ "parameters": "4.3B"
11
+ }