Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
Converted version of [CodeLlama-70b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf) to 4-bit using bitsandbytes. For more information
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama2
|
4 |
+
base_model:
|
5 |
+
- codellama/CodeLlama-70b-Instruct-hf
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
Converted version of [CodeLlama-70b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf) to 4-bit using bitsandbytes. For more information
|