Update README.md
Browse files
README.md
CHANGED
@@ -5,19 +5,13 @@ tags: []
|
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## Model Details
|
13 |
-
|
14 |
### Model Description
|
15 |
|
16 |
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
This is a model with 4-bit quantization using the following code.
|
19 |
|
20 |
-
```
|
21 |
|
22 |
model_name = "google/gemma-2-27b"
|
23 |
quantization_config = BitsAndBytesConfig(
|
|
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
### Model Description
|
9 |
|
10 |
<!-- Provide a longer summary of what this model is. -->
|
11 |
|
12 |
This is a model with 4-bit quantization using the following code.
|
13 |
|
14 |
+
```python
|
15 |
|
16 |
model_name = "google/gemma-2-27b"
|
17 |
quantization_config = BitsAndBytesConfig(
|