theprint commited on
Commit
d60e221
1 Parent(s): 64c0aa6

Update README.md

Browse files

Use alpaca prompt format

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  base_model:
10
  - nbeerbower/bophades-mistral-truthy-DPO-7B
11
  - mlabonne/NeuralMonarch-7B
 
12
  ---
13
 
14
  # Boptruth-NeuralMonarch-7B
@@ -17,6 +18,10 @@ Boptruth-NeuralMonarch-7B is a merge of the following models using [LazyMergekit
17
  * [nbeerbower/bophades-mistral-truthy-DPO-7B](https://huggingface.co/nbeerbower/bophades-mistral-truthy-DPO-7B)
18
  * [mlabonne/NeuralMonarch-7B](https://huggingface.co/mlabonne/NeuralMonarch-7B)
19
 
 
 
 
 
20
  ## 🧩 Configuration
21
 
22
  ```yaml
 
9
  base_model:
10
  - nbeerbower/bophades-mistral-truthy-DPO-7B
11
  - mlabonne/NeuralMonarch-7B
12
+ pipeline_tag: text-generation
13
  ---
14
 
15
  # Boptruth-NeuralMonarch-7B
 
18
  * [nbeerbower/bophades-mistral-truthy-DPO-7B](https://huggingface.co/nbeerbower/bophades-mistral-truthy-DPO-7B)
19
  * [mlabonne/NeuralMonarch-7B](https://huggingface.co/mlabonne/NeuralMonarch-7B)
20
 
21
+ ## 🚨 Use the alpaca prompt format
22
+ If you use standard ChatML, you may end up with <|im_end|> tokens at the end of responses.
23
+
24
+
25
  ## 🧩 Configuration
26
 
27
  ```yaml