mwitiderrick commited on
Commit
5a96281
1 Parent(s): 8ee792b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  ```python
2
 
3
  import torch
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
3
+ inference: True
4
+ model_type: Llama
5
+ ---
6
+ # TinyLlama-1.1B-Chat-v1.0
7
+ This repo contains pruned model files for [TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0).
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