mwitiderrick
commited on
Commit
•
c13093c
1
Parent(s):
63bcbad
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
```python
|
2 |
|
3 |
import torch
|
|
|
1 |
+
---
|
2 |
+
base_model: GeneZC/MiniChat-2-3B
|
3 |
+
inference: True
|
4 |
+
model_type: Llama
|
5 |
+
---
|
6 |
+
# MiniChat-2-3B
|
7 |
+
This repo contains pruned model files for [MiniChat-2-3B](https://huggingface.co/GeneZC/MiniChat-2-3B).
|
8 |
+
|
9 |
+
This model was pruned with [SparseGPT](https://arxiv.org/abs/2301.00774), using [SparseML](https://github.com/neuralmagic/sparseml).
|
10 |
```python
|
11 |
|
12 |
import torch
|