Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
---
|
2 |
base_model: meta-llama/Llama-3.1-8B
|
3 |
datasets:
|
4 |
-
|
5 |
-
|
6 |
language:
|
7 |
-
|
8 |
license: mit
|
9 |
pipeline_tag: text-generation
|
10 |
tags:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
quantized_by: ayan4m1
|
15 |
inference: false
|
16 |
fine-tuning: true
|
17 |
---
|
18 |
|
19 |
-
## Llama-3.1-8B Sonnet fine-tuning
|
20 |
|
21 |
Using unsloth for fine-tuning:
|
22 |
|
@@ -40,4 +40,4 @@ Applied open Sonnet datasets containing ~1.2mn question/answer pairs for fine-tu
|
|
40 |
|
41 |
## Credits
|
42 |
|
43 |
-
Thanks to Meta and [mlfoundations-dev](https://huggingface.co/mlfoundations-dev) for providing the data used to create this fine-tuning.
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Llama-3.1-8B
|
3 |
datasets:
|
4 |
+
- mlfoundations-dev/oh-dcft-v3.1-claude-3-5-sonnet-20241022
|
5 |
+
- Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
|
6 |
language:
|
7 |
+
- en
|
8 |
license: mit
|
9 |
pipeline_tag: text-generation
|
10 |
tags:
|
11 |
+
- llama3.1
|
12 |
+
- sonnet
|
13 |
+
- claude
|
14 |
quantized_by: ayan4m1
|
15 |
inference: false
|
16 |
fine-tuning: true
|
17 |
---
|
18 |
|
19 |
+
## Llama-3.1-8B Sonnet fine-tuning in quantized GGUFs
|
20 |
|
21 |
Using unsloth for fine-tuning:
|
22 |
|
|
|
40 |
|
41 |
## Credits
|
42 |
|
43 |
+
Thanks to Meta and [mlfoundations-dev](https://huggingface.co/mlfoundations-dev) for providing the data used to create this fine-tuning.
|