Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# GreenBit LLaMA
|
5 |
+
|
6 |
+
This is GreenBitAI's pretrained **2-bit** LLaMA model with extreme compression yet still strong performance.
|
7 |
+
|
8 |
+
Please refer to our [Github page](https://github.com/GreenBitAI/low_bit_llama) for the code to run the model and more information.
|
9 |
+
|
10 |
+
## Model Description
|
11 |
+
|
12 |
+
- **Developed by:** [GreenBitAI](https://github.com/GreenBitAI)
|
13 |
+
- **Model type:** Causal (Llama 2)
|
14 |
+
- **Language(s) (NLP):** English
|
15 |
+
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), [Llama 2 license agreement](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|