NotAiLOL commited on
Commit
0f9105c
1 Parent(s): 18917f3

Update README.md

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