mgoin commited on
Commit
81f62ea
1 Parent(s): 104b3ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  ```python
2
  import torch
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
1
+ This model was quantized and pruned with [SparseGPT](https://arxiv.org/abs/2301.00774), using [SparseML](https://github.com/neuralmagic/sparseml).
2
+
3
+
4
  ```python
5
  import torch
6
  from transformers import AutoTokenizer, AutoModelForCausalLM