tomo1222 commited on
Commit
7fe1357
·
verified ·
1 Parent(s): ada6f20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
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(