Khawn2u commited on
Commit
09fd37b
1 Parent(s): d98e3a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -9,8 +9,14 @@ tags:
9
  - unsloth
10
  - llama
11
  - gguf
 
 
12
  ---
13
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** Khawn2u
@@ -19,4 +25,4 @@ tags:
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  - unsloth
10
  - llama
11
  - gguf
12
+ datasets:
13
+ - KingNish/reasoning-base-20k
14
  ---
15
 
16
+ # Chain of thought Llama-3.1-8b
17
+
18
+ Basicaly just trained on `KingNish/reasoning-base-20k` but added a little `**$$CONCLUSION$$**` at the end so the answer can be seperated. My PC is currently broken, so I had to make do with google colab
19
+
20
  # Uploaded model
21
 
22
  - **Developed by:** Khawn2u
 
25
 
26
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
27
 
28
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)