NotAiLOL commited on
Commit
00e3714
1 Parent(s): 034d3a1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
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
+ datasets:
14
+ - NotAiLOL/Athena-v0.1
15
+ ---
16
+ # Uploaded model
17
+
18
+ - **Developed by:** NotAiLOL
19
+ - **License:** apache-2.0
20
+ - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
21
+
22
+ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
23
+
24
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
25
+
26
+ # Model details
27
+ ## Prompt format
28
+ The model follows alpaca prompt.
29
+ ```
30
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
31
+
32
+ ### Instruction:
33
+ {}
34
+
35
+ ### Input:
36
+ {}
37
+
38
+ ### Response:
39
+ {}
40
+ ```