88plug-bot commited on
Commit
a89ac38
·
verified ·
1 Parent(s): c721cee

Update model card: add tags, model-index eval block

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -23,9 +23,38 @@ tags:
23
  - ptq
24
  - autoround
25
  - llmcompressor
26
- pipeline_tag: text-generation
 
 
 
 
 
 
 
27
  library_name: transformers
28
  model_type: minicpmo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # MiniCPM-o-4.5-W4A16
 
23
  - ptq
24
  - autoround
25
  - llmcompressor
26
+ - safetensors
27
+ - sglang
28
+ - text-generation-inference
29
+ - 88plug
30
+ - post-training-quantization
31
+ - vlm
32
+ - image
33
+ pipeline_tag: image-text-to-text
34
  library_name: transformers
35
  model_type: minicpmo
36
+ model-index:
37
+ - name: MiniCPM-o-4.5-W4A16
38
+ results:
39
+ - task:
40
+ type: text-generation
41
+ dataset:
42
+ name: MMLU-Pro
43
+ type: TIGER-Lab/MMLU-Pro
44
+ metrics:
45
+ - type: accuracy
46
+ value: 0
47
+ verified: false
48
+ - task:
49
+ type: text-generation
50
+ dataset:
51
+ name: GPQA Diamond
52
+ type: Idavidrein/gpqa
53
+ metrics:
54
+ - type: accuracy
55
+ value: 0
56
+ verified: false
57
+
58
  ---
59
 
60
  # MiniCPM-o-4.5-W4A16