TheDrummer commited on
Commit
9d1bfc7
·
verified ·
1 Parent(s): c8ca1a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -18,6 +18,11 @@ license: other
18
 
19
  *Theia was eventually perturbed away from that relationship by the gravitational influence of Jupiter, Venus, or both, resulting in a collision between Theia and Earth.*
20
 
 
 
 
 
 
21
  ## Links
22
 
23
  - Original: https://huggingface.co/TheDrummer/Theia-21B-v1
@@ -25,6 +30,6 @@ license: other
25
 
26
  ## Usage
27
 
28
- - For the best experience, use the Gemma Instruct template and modify it to support the `system` role (e.g., `<start_of_turn>system`)
29
- - Chat Completion works well too
30
- - Don't use it for Math
 
18
 
19
  *Theia was eventually perturbed away from that relationship by the gravitational influence of Jupiter, Venus, or both, resulting in a collision between Theia and Earth.*
20
 
21
+ ## Description
22
+
23
+ - This is a finetune of [Steelskull's NeMoria 21B](https://huggingface.co/TheSkullery/NeMoria-21b) model.
24
+ - You can check out his official merges here: https://huggingface.co/Steelskull
25
+
26
  ## Links
27
 
28
  - Original: https://huggingface.co/TheDrummer/Theia-21B-v1
 
30
 
31
  ## Usage
32
 
33
+ - Mistral format
34
+ - Make sure that there is a space between `[/INST]` and `{{char}}:` like `[/INST] {{char}}:`.
35
+ - `[/INST]{{char}}:` (no space between) has a huge impact on performance.