Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
inference: True
|
| 4 |
model_type: Llama
|
| 5 |
tags:
|
|
@@ -55,7 +55,7 @@ Replace the recipe as you like and run this one-shot compression script to apply
|
|
| 55 |
```python
|
| 56 |
import sparseml.transformers
|
| 57 |
|
| 58 |
-
original_model_name = "
|
| 59 |
calibration_dataset = "open_platypus"
|
| 60 |
output_directory = "output/"
|
| 61 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: GeneZC/MiniChat-2-3B
|
| 3 |
inference: True
|
| 4 |
model_type: Llama
|
| 5 |
tags:
|
|
|
|
| 55 |
```python
|
| 56 |
import sparseml.transformers
|
| 57 |
|
| 58 |
+
original_model_name = "GeneZC/MiniChat-2-3B"
|
| 59 |
calibration_dataset = "open_platypus"
|
| 60 |
output_directory = "output/"
|
| 61 |
|