Update README.md
Browse files
README.md
CHANGED
@@ -9,29 +9,18 @@ model-index:
|
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
|
|
14 |
|
15 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
16 |
|
17 |
-
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the jondurbin/airoboros-3.2 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.8437
|
22 |
|
23 |
-
## Model description
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Intended uses & limitations
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training and evaluation data
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
## Training procedure
|
36 |
|
37 |
### Training hyperparameters
|
@@ -64,4 +53,16 @@ The following hyperparameters were used during training:
|
|
64 |
- Transformers 4.40.0.dev0
|
65 |
- Pytorch 2.1.2+cu118
|
66 |
- Datasets 2.15.0
|
67 |
-
- Tokenizers 0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
+
![](https://raw.githubusercontent.com/saucam/models/main/llama-aero.png)
|
13 |
+
|
14 |
+
# llama-airo-3
|
15 |
|
16 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
17 |
|
18 |
+
## Details
|
19 |
|
20 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the jondurbin/airoboros-3.2 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8437
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Training procedure
|
25 |
|
26 |
### Training hyperparameters
|
|
|
53 |
- Transformers 4.40.0.dev0
|
54 |
- Pytorch 2.1.2+cu118
|
55 |
- Datasets 2.15.0
|
56 |
+
- Tokenizers 0.15.0
|
57 |
+
|
58 |
+
## Eval Results
|
59 |
+
|
60 |
+
|Benchmark| Model |agieval|gpt4all|bigbench|truthfulqa|Average|
|
61 |
+
|---------|----------------------------------------------------------|------:|------:|-------:|---------:|------:|
|
62 |
+
|nous |[llama-airo-3](https://huggingface.co/saucam/llama-airo-3)| 36.59| 72.24| 39.26| 56.3| 51.1|
|
63 |
+
|
64 |
+
|Benchmark| Model |winogrande| arc |gsm8k|mmlu |truthfulqa|hellaswag|Average|
|
65 |
+
|---------|----------------------------------------------------------|---------:|----:|----:|----:|---------:|--------:|------:|
|
66 |
+
|openllm |[llama-airo-3](https://huggingface.co/saucam/llama-airo-3)| 78.22|61.01|56.33|64.79| 56.35| 82.42| 66.52|
|
67 |
+
|
68 |
+
Detailed Results: https://github.com/saucam/model_evals/tree/main/saucam/llama-airo-3
|