gmonsoon commited on
Commit
f414631
1 Parent(s): b4cd8bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -4,11 +4,6 @@ tags:
4
  - moe
5
  - merge
6
  - mergekit
7
- base_model:
8
- - TinyLlama/TinyLlama-1.1B-Chat-v1.0
9
- - vihangd/DopeyTinyLlama-1.1B-v1
10
- - cognitivecomputations/TinyDolphin-2.8.1-1.1b
11
- - Josephgflowers/Tinyllama-Cinder-1.3B-Reason-Test
12
  ---
13
 
14
  ![image/jpeg](https://i.imgur.com/rx3ckCc.jpeg)
@@ -21,6 +16,19 @@ TinyUltra-4x1.1B-Base-Alpha is a Mixure of Experts (MoE) made with the following
21
  * [cognitivecomputations/TinyDolphin-2.8.1-1.1b](https://huggingface.co/cognitivecomputations/TinyDolphin-2.8.1-1.1b)
22
  * [Josephgflowers/Tinyllama-Cinder-1.3B-Reason-Test](https://huggingface.co/Josephgflowers/Tinyllama-Cinder-1.3B-Reason-Test)
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## 🧩 Configuration
25
 
26
  ```yaml
 
4
  - moe
5
  - merge
6
  - mergekit
 
 
 
 
 
7
  ---
8
 
9
  ![image/jpeg](https://i.imgur.com/rx3ckCc.jpeg)
 
16
  * [cognitivecomputations/TinyDolphin-2.8.1-1.1b](https://huggingface.co/cognitivecomputations/TinyDolphin-2.8.1-1.1b)
17
  * [Josephgflowers/Tinyllama-Cinder-1.3B-Reason-Test](https://huggingface.co/Josephgflowers/Tinyllama-Cinder-1.3B-Reason-Test)
18
 
19
+
20
+ # Modelfile/Prompt format
21
+ ```markdown
22
+ SYSTEM You are a TinyUltra, helpful and lovely AI assistant.
23
+
24
+ TEMPLATE <|system|> {{ .System }}</s> <|user|> {{ .Prompt }}</s> <|assistant|>
25
+
26
+ PARAMETER stop <|system|>
27
+ PARAMETER stop <|user|>
28
+ PARAMETER stop <|assistant|>
29
+ PARAMETER stop </s>
30
+ ```
31
+
32
  ## 🧩 Configuration
33
 
34
  ```yaml