Transformers
GGUF
Inference Endpoints
conversational
nbeerbower commited on
Commit
fde3524
·
verified ·
1 Parent(s): 502e082

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  library_name: transformers
3
  license: apache-2.0
4
  base_model:
5
- - Mahou-1.3-M1-mistral-7B
6
  datasets:
7
  - flammenai/MahouMix-v1
8
  ---
@@ -34,12 +34,12 @@ This model has been trained to use ChatML format. Note the additional tokens in
34
  *leans against wall cooly* so like, i just casted a super strong spell at magician academy today, not gonna lie, felt badass.
35
  ```
36
 
37
- ### ST Settings
38
 
39
  1. Use ChatML for the Context Template.
40
  2. Enable Instruct Mode.
41
  3. Use the [Mahou preset](https://huggingface.co/datasets/flammenai/Mahou-ST-ChatML-Instruct/raw/main/Mahou.json).
42
- 4. Recommended: Add newline as a stopping string: `["\n"]`
43
 
44
  ### Method
45
 
 
2
  library_name: transformers
3
  license: apache-2.0
4
  base_model:
5
+ - flammenai/Mahou-1.3a-mistral-7B
6
  datasets:
7
  - flammenai/MahouMix-v1
8
  ---
 
34
  *leans against wall cooly* so like, i just casted a super strong spell at magician academy today, not gonna lie, felt badass.
35
  ```
36
 
37
+ ### SillyTavern Settings
38
 
39
  1. Use ChatML for the Context Template.
40
  2. Enable Instruct Mode.
41
  3. Use the [Mahou preset](https://huggingface.co/datasets/flammenai/Mahou-ST-ChatML-Instruct/raw/main/Mahou.json).
42
+ 4. *Recommended* Additonal stopping strings: `["\n", "<|", "</"]`
43
 
44
  ### Method
45