Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- 4-bit
|
5 |
- AWQ
|
@@ -15,7 +21,16 @@ quantized_by: Suparious
|
|
15 |
- Model creator: [abacusai](https://huggingface.co/abacusai)
|
16 |
- Original model: [Llama-3-Smaug-8B](https://huggingface.co/abacusai/Llama-3-Smaug-8B)
|
17 |
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama2
|
4 |
+
datasets:
|
5 |
+
- aqua_rat
|
6 |
+
- microsoft/orca-math-word-problems-200k
|
7 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
8 |
+
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
9 |
tags:
|
10 |
- 4-bit
|
11 |
- AWQ
|
|
|
21 |
- Model creator: [abacusai](https://huggingface.co/abacusai)
|
22 |
- Original model: [Llama-3-Smaug-8B](https://huggingface.co/abacusai/Llama-3-Smaug-8B)
|
23 |
|
24 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c14f95cac5f9ba52bbcd7f/OrcJyTaUtD2HxJOPPwNva.png)
|
25 |
|
26 |
+
## Model Summary
|
27 |
+
|
28 |
+
This model was built using the Smaug recipe for improving performance on real world multi-turn conversations applied to
|
29 |
+
[meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B).
|
30 |
+
|
31 |
+
- **Developed by:** [Abacus.AI](https://abacus.ai)
|
32 |
+
- **License:** https://llama.meta.com/llama3/license/
|
33 |
+
- **Finetuned from model:** [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B).
|
34 |
|
35 |
## How to use
|
36 |
|