Yellowtree commited on
Commit
f72c7cc
·
verified ·
1 Parent(s): 9a72cc4

Update README.md

Browse files

A 2:4 sparse version of LLaMA2-7B model. Trained from AAAI25 Paper "Pruning Large Language Models with Semi-Structural Adaptive Sparse Training".

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Llama-2-7b-hf
7
+ ---