Add model card, pipeline tag, link to paper
Browse filesThis PR ensures the model can be found at https://huggingface.co/papers/2410.23918.
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
library_name: transformers
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the BitStack-Llama-3.1-8B model as presented in [BitStack: Fine-Grained Size Control for Compressed Large Language Models in Variable Memory Environments](https://huggingface.co/papers/2410.23918).
|