Text Generation
Safetensors
English
llama
llama3.1
sonnet
claude
conversational
ayan4m1 commited on
Commit
2f1dd59
·
verified ·
1 Parent(s): 5d76a8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,22 +1,22 @@
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
- - mpasila/Sonnet3.5-SlimOrcaDedupCleaned-4k-context
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
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.