BlackSamorez
commited on
Commit
•
1f84789
1
Parent(s):
59a8e38
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
|
|
4 |
- llama
|
5 |
- facebook
|
6 |
- meta
|
7 |
- llama-3
|
8 |
- conversational
|
9 |
- text-generation-inference
|
|
|
10 |
---
|
|
|
11 |
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3.1-8B-Instruct
|
12 |
](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) finetuned with [PV-Tuning](https://arxiv.org/abs/2405.14852).
|
13 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
+
- aqlm
|
5 |
- llama
|
6 |
- facebook
|
7 |
- meta
|
8 |
- llama-3
|
9 |
- conversational
|
10 |
- text-generation-inference
|
11 |
+
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
12 |
---
|
13 |
+
|
14 |
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3.1-8B-Instruct
|
15 |
](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) finetuned with [PV-Tuning](https://arxiv.org/abs/2405.14852).
|
16 |
|