munish0838
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|
10 |
+
|
11 |
+
# Llama-3-Smaug-8B-GGUF
|
12 |
+
|
13 |
+
- This is quantized version of [abacusai/Llama-3-Smaug-8B](https://huggingface.co/abacusai/Llama-3-Smaug-8B) created using llama.cpp
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
### Model Description
|
18 |
+
|
19 |
+
- **Developed by:** [Abacus.AI](https://abacus.ai)
|
20 |
+
- **License:** https://llama.meta.com/llama3/license/
|
21 |
+
- **Finetuned from model:** [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B).
|
22 |
+
|
23 |
+
### Built with Meta Llama 3
|
24 |
+
|
25 |
+
This model was built using the Smaug recipe for improving performance on real world multi-turn conversations applied to
|
26 |
+
[meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B).
|
27 |
+
|
28 |
+
## Evaluation
|
29 |
+
|
30 |
+
### MT-Bench
|
31 |
+
|
32 |
+
```
|
33 |
+
########## First turn ##########
|
34 |
+
score
|
35 |
+
model turn
|
36 |
+
Llama-3-Smaug-8B 1 8.77500
|
37 |
+
Meta-Llama-3-8B-Instruct 1 8.1
|
38 |
+
########## Second turn ##########
|
39 |
+
score
|
40 |
+
model turn
|
41 |
+
Meta-Llama-3-8B-Instruct 2 8.2125
|
42 |
+
Llama-3-Smaug-8B 2 7.8875
|
43 |
+
########## Average ##########
|
44 |
+
score
|
45 |
+
model
|
46 |
+
Llama-3-Smaug-8B 8.331250
|
47 |
+
Meta-Llama-3-8B-Instruct 8.15625
|
48 |
+
```
|
49 |
+
|
50 |
+
| Model | First turn | Second Turn | Average |
|
51 |
+
| :---- | ---------: | ----------: | ------: |
|
52 |
+
| Llama-3-Smaug-8B | 8.78 | 7.89 | 8.33 |
|
53 |
+
| Llama-3-8B-Instruct | 8.1 | 8.21 | 8.16 |
|
54 |
+
|
55 |
+
This version of Smaug uses new techniques and new data compared to [Smaug-72B](https://huggingface.co/abacusai/Smaug-72B-v0.1), and more information will be released later on. For now, see the previous Smaug paper: https://arxiv.org/abs/2402.13228.
|