mwitiderrick commited on
Commit
adb3876
1 Parent(s): eb012f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: nm-testing/MiniChat-2-3B-pruned2.4
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 = "nm-testing/MiniChat-2-3B-pruned2.4"
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