ChuckMcSneed commited on
Commit
790abd5
1 Parent(s): b25cc0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -13,6 +13,16 @@ Maybe? Depends? Do you hate mixtral? Do you have good hardware/patience? Do you
13
  VERY strict adherence to prompt format, forgetfullness, strong roleplay bias.
14
  # Personal opinion
15
  Dumber than Goliath, but has much less GPTism. If you want 32k goliath, maybe try [Goliath-longLORA-120b-rope8-32k-fp16](https://huggingface.co/grimulkan/Goliath-longLORA-120b-rope8-32k-fp16).
 
 
 
 
 
 
 
 
 
 
16
  # Benchmarks
17
  ### NeoEvalPlusN_benchmark
18
  [My meme benchmark.](https://huggingface.co/datasets/ChuckMcSneed/NeoEvalPlusN_benchmark)
 
13
  VERY strict adherence to prompt format, forgetfullness, strong roleplay bias.
14
  # Personal opinion
15
  Dumber than Goliath, but has much less GPTism. If you want 32k goliath, maybe try [Goliath-longLORA-120b-rope8-32k-fp16](https://huggingface.co/grimulkan/Goliath-longLORA-120b-rope8-32k-fp16).
16
+ # Prompt format
17
+ Same as [Aurelian 0.5](https://huggingface.co/grimulkan/aurelian-v0.5-70b-rope8-32K-fp16).
18
+ ```
19
+ [INST] <<SYS>>
20
+ System prompt, default is: An interaction between a user providing instructions, and an imaginative assistant providing responses.
21
+ <</SYS>>
22
+ </s><s>[INST] {Put your input text here.}
23
+ [/INST] {Model output}
24
+ ```
25
+ This model doesn't like it too much when you change the prompt, so even keeping that ```</s><s>``` is important.
26
  # Benchmarks
27
  ### NeoEvalPlusN_benchmark
28
  [My meme benchmark.](https://huggingface.co/datasets/ChuckMcSneed/NeoEvalPlusN_benchmark)