Felladrin commited on
Commit
3bf500a
·
1 Parent(s): d2b5ba2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -22
README.md CHANGED
@@ -8,12 +8,10 @@ datasets:
8
  - tatsu-lab/alpaca
9
  widget:
10
  - text: |-
11
- ### Instruction:
12
  Find me a list of some nice places to visit around the world.
13
 
14
  ### Response:
15
  - text: |-
16
- ### Instruction:
17
  Tell me all you know about the Earth.
18
 
19
  ### Response:
@@ -35,31 +33,19 @@ inference:
35
  - GGUF: [afrideva/TinyMistral-248M-Alpaca-GGUF](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF)
36
  - ONNX: [Felladrin/onnx-int8-TinyMistral-248M-Alpaca](https://huggingface.co/Felladrin/onnx-int8-TinyMistral-248M-Alpaca)
37
 
38
- ## Best Prompt format
39
-
40
- The training used these two following formats.
41
-
42
- ### Prompt format #1
43
 
44
  ```
45
- Below is an instruction that describes a task. Write a response that appropriately completes the request.
46
-
47
- ### Instruction:
48
  <instruction>
49
 
50
  ### Response:
51
  ```
52
 
53
- ### Prompt format #2
54
-
55
- ```
56
- Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
57
-
58
- ### Instruction:
59
- <instruction>
60
-
61
- ### Input:
62
- <input>
63
 
64
- ### Response:
65
- ```
 
 
 
 
 
8
  - tatsu-lab/alpaca
9
  widget:
10
  - text: |-
 
11
  Find me a list of some nice places to visit around the world.
12
 
13
  ### Response:
14
  - text: |-
 
15
  Tell me all you know about the Earth.
16
 
17
  ### Response:
 
33
  - GGUF: [afrideva/TinyMistral-248M-Alpaca-GGUF](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF)
34
  - ONNX: [Felladrin/onnx-int8-TinyMistral-248M-Alpaca](https://huggingface.co/Felladrin/onnx-int8-TinyMistral-248M-Alpaca)
35
 
36
+ ## Best Prompt Format
 
 
 
 
37
 
38
  ```
 
 
 
39
  <instruction>
40
 
41
  ### Response:
42
  ```
43
 
44
+ ## Recommended Parameters
 
 
 
 
 
 
 
 
 
45
 
46
+ ```yml
47
+ repetition_penalty: 1.1
48
+ do_sample: true
49
+ temperature: 0.75
50
+ top_p: 0.5
51
+ ```