Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ import requests
|
|
| 29 |
import torch
|
| 30 |
from auto_round import AutoRoundConfig
|
| 31 |
|
| 32 |
-
model_id = "OPEA/gemma-3-12b-it-int4-AutoRound
|
| 33 |
|
| 34 |
quantization_config = AutoRoundConfig() # backend="cpu"
|
| 35 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|
|
@@ -74,8 +74,7 @@ The image is a close-up shot of a vibrant garden scene, focusing on a pink cosmo
|
|
| 74 |
|
| 75 |
**Main Elements:**
|
| 76 |
|
| 77 |
-
* **Cosmos Flower:** The
|
| 78 |
-
* **Bumblebee:**"""
|
| 79 |
~~~
|
| 80 |
|
| 81 |
|
|
|
|
| 29 |
import torch
|
| 30 |
from auto_round import AutoRoundConfig
|
| 31 |
|
| 32 |
+
model_id = "OPEA/gemma-3-12b-it-int4-AutoRound"
|
| 33 |
|
| 34 |
quantization_config = AutoRoundConfig() # backend="cpu"
|
| 35 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|
|
|
|
| 74 |
|
| 75 |
**Main Elements:**
|
| 76 |
|
| 77 |
+
* **Cosmos Flower:** The primary focus is a large, pink cosmos flower. It has broad, slightly ruffled petals in a soft pink hue. The center of the flower is a bright"""
|
|
|
|
| 78 |
~~~
|
| 79 |
|
| 80 |
|