cherry0328 commited on
Commit
1849852
·
verified ·
1 Parent(s): 7afaec0

Update README.md

Browse files

The AWQ quantized version of the StarCoder2-3B model is impressive. We would like to contribute by updating the README to include the base_model information. This is to address the missing model card. Thank you for your consideration!

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -29,7 +29,7 @@ model-index:
29
  type: ds-1000
30
  metrics:
31
  - type: pass@1
32
- value: 25.0
33
  - task:
34
  type: text-generation
35
  dataset:
@@ -62,6 +62,8 @@ model-index:
62
  metrics:
63
  - type: edit-smiliarity
64
  value: 71.19
 
 
65
  ---
66
 
67
  AWQ quantized version of starcoder2-3b model.
 
29
  type: ds-1000
30
  metrics:
31
  - type: pass@1
32
+ value: 25
33
  - task:
34
  type: text-generation
35
  dataset:
 
62
  metrics:
63
  - type: edit-smiliarity
64
  value: 71.19
65
+ base_model:
66
+ - bigcode/starcoder2-3b
67
  ---
68
 
69
  AWQ quantized version of starcoder2-3b model.