NotAiLOL commited on
Commit
92dee4c
1 Parent(s): d3a0352

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -10,6 +10,8 @@ tags:
10
  - trl
11
  - sft
12
  base_model: 01-ai/Yi-1.5-9B
 
 
13
  ---
14
 
15
  # Uploaded model
@@ -21,3 +23,20 @@ base_model: 01-ai/Yi-1.5-9B
21
  This llama 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: 01-ai/Yi-1.5-9B
13
+ datasets:
14
+ - Replete-AI/code_bagel
15
  ---
16
 
17
  # Uploaded model
 
23
  This llama 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 detail
28
+ ## Prompt format
29
+
30
+ The model uses the alpaca format:
31
+ ```
32
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
33
+
34
+ ### Instruction:
35
+ {}
36
+
37
+ ### Input:
38
+ {}
39
+
40
+ ### Response:
41
+ {}
42
+ ```