Update README.md
Browse files
README.md
CHANGED
@@ -1,48 +1,45 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
dtype: bfloat16
|
47 |
-
|
48 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- text-generation-inference
|
7 |
+
- transformers
|
8 |
+
- unsloth
|
9 |
+
- llama
|
10 |
+
- trl
|
11 |
+
- sft
|
12 |
+
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
+
---
|
14 |
+
|
15 |
+
# This is not an official SOLAR Model from Upstage, it's just my attempt at a recreation of these powerful models using the new Llama-3
|
16 |
+
|
17 |
+
Further Testing Coming Soon
|
18 |
+
|
19 |
+
Where the SOLAR Model used a mix of these datasets:
|
20 |
+
|
21 |
+
- c-s-ale/alpaca-gpt4-data (SFT)
|
22 |
+
- Open-Orca/OpenOrca (SFT)
|
23 |
+
- in-house generated data utilizing Metamath [2] (SFT, DPO)
|
24 |
+
- Intel/orca_dpo_pairs (DPO)
|
25 |
+
- allenai/ultrafeedback_binarized_cleaned (DPO)
|
26 |
+
|
27 |
+
I Used:
|
28 |
+
|
29 |
+
- llm-wizard/alpaca-gpt4-data
|
30 |
+
- Crystalcareai/slimorca-dedup-alpaca-100k
|
31 |
+
- meta-math/MetaMathQA
|
32 |
+
- Intel/orca_dpo_pairs (ORPO)
|
33 |
+
- (More DPO Datasets May Be Added)
|
34 |
+
|
35 |
+
More Info:
|
36 |
+
|
37 |
+
- **Developed by:** cookinai
|
38 |
+
- **License:** apache-2.0
|
39 |
+
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
40 |
+
|
41 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
42 |
+
|
43 |
+
# Special Thanks to Upstage's SOLAR Project for the inspiration behind this model
|
44 |
+
|
45 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|