cookinai commited on
Commit
85f5b1c
1 Parent(s): 994ee0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Llama 3 finetuned on my TRRR-CoT Dataset
16
+ cookinai/TRRR-CoT
17
+
18
+ Just uploaded awaiting benchmarks and safetensors conversion hopefully. In my limited testing so far, the model responds most of the time in the TRRR format.
19
+
20
+ - **Developed by:** cookinai
21
+ - **License:** apache-2.0
22
+ - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
23
+
24
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
25
+
26
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)