AnkitAI commited on
Commit
0dc85ca
·
verified ·
1 Parent(s): 0ebedd1

Upload granite3b/ship_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. granite3b/ship_report.json +13 -0
granite3b/ship_report.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "granite3b",
3
+ "scale": 0.6,
4
+ "adapter": "adapter-granite3b-c2r30-s44",
5
+ "sizes": {
6
+ "F16": 6809656000,
7
+ "Q4_K_M": 2099501760,
8
+ "Q5_K_M": 2437012160,
9
+ "Q6_K": 2795616960,
10
+ "Q8_0": 3619691200
11
+ },
12
+ "smoke_head": "Here is the code to solve this problem: \n```python\ndef reverse_string(s):\n return s[::-1]\n```"
13
+ }