nm-research commited on
Commit
8fb314d
·
verified ·
1 Parent(s): a6adb5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,7 +39,7 @@ from vllm.assets.image import ImageAsset
39
  from transformers import AutoProcessor
40
 
41
  # Define model name once
42
- model_name = "RedHatAI/gemma-3-4b-it-quantized.w8a8"
43
 
44
  # Load image and processor
45
  image = ImageAsset("cherry_blossom").pil_image.convert("RGB")
@@ -185,7 +185,7 @@ lm_eval \
185
  <th>Category</th>
186
  <th>Metric</th>
187
  <th>google/gemma-3-4b-it</th>
188
- <th>nm-testing/gemma-3-4b-it-quantized.w4a16</th>
189
  <th>Recovery (%)</th>
190
  </tr>
191
  </thead>
 
39
  from transformers import AutoProcessor
40
 
41
  # Define model name once
42
+ model_name = "RedHatAI/gemma-3-4b-it-quantized.w4a16"
43
 
44
  # Load image and processor
45
  image = ImageAsset("cherry_blossom").pil_image.convert("RGB")
 
185
  <th>Category</th>
186
  <th>Metric</th>
187
  <th>google/gemma-3-4b-it</th>
188
+ <th>RedHatAI/gemma-3-4b-it-quantized.w4a16</th>
189
  <th>Recovery (%)</th>
190
  </tr>
191
  </thead>