Undi95 commited on
Commit
afb086e
1 Parent(s): b7d0a0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -24
README.md CHANGED
@@ -5,27 +5,19 @@ license: cc-by-nc-4.0
5
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630dfb008df86f1e5becadc3/VKX2Z2yjZX5J8kXzgeCYO.png)
6
 
7
 
8
- ---
9
-
10
- You may use our custom **prompting format**(scroll down to download them!), or simple alpaca. **(Choose which fits best for you!)**
11
-
12
  ---
13
 
14
 
15
  # This model is a collab between [IkariDev](https://huggingface.co/IkariDev) and [Undi](https://huggingface.co/Undi95)!
16
 
17
- Tired of the same merges everytime? Here it is, the Noromaid-7b-v0.4 model. Suitable for RP, ERP and general stuff.
18
-
19
- [Recommended generation settings - No settings yet(Please suggest some over in the Community tab!)]
20
-
21
  <!-- description start -->
22
  ## Description
23
 
24
  <!-- [Recommended settings - contributed by localfultonextractor](https://files.catbox.moe/ue0tja.json) -->
25
 
26
- This repo contains fp16 files of Noromaid-7b-v0.4.
27
 
28
- [FP16 - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-7b-v0.2)
29
 
30
  <!-- [GGUF - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GGUF)-->
31
 
@@ -37,7 +29,7 @@ This repo contains fp16 files of Noromaid-7b-v0.4.
37
 
38
  <!-- [fp16 - by IkariDev+Undi95](https://huggingface.co/IkariDev/Athena-v4)-->
39
 
40
- [GGUF - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-7b-v0.2-GGUF)
41
  <!-- [OLD(GGUF - by IkariDev+Undi95)](https://huggingface.co/IkariDev/Athena-v4-GGUF)-->
42
 
43
  ## Ratings:
@@ -50,22 +42,16 @@ If you want your rating to be here, send us a message over on DC and we'll put u
50
 
51
  <!-- description end -->
52
  <!-- prompt-template start -->
53
- ## Prompt template: Custom format, or Alpaca
54
 
55
- ### Custom format:
56
- UPDATED!! SillyTavern config files: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json). <<<NEED TO MODIFY
57
-
58
- ### Alpaca:
59
  ```
60
- Below is an instruction that describes a task. Write a response that appropriately completes the request.
61
-
62
- ### Instruction:
63
- {prompt}
64
-
65
- ### Response:
66
-
67
  ```
68
- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END OF MODIFY
69
 
70
  ## Training data used:
71
  - [no_robots dataset](https://huggingface.co/Undi95/Llama2-13B-no_robots-alpaca-lora) let the model have more human behavior, enhances the output.
 
5
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630dfb008df86f1e5becadc3/VKX2Z2yjZX5J8kXzgeCYO.png)
6
 
7
 
 
 
 
 
8
  ---
9
 
10
 
11
  # This model is a collab between [IkariDev](https://huggingface.co/IkariDev) and [Undi](https://huggingface.co/Undi95)!
12
 
 
 
 
 
13
  <!-- description start -->
14
  ## Description
15
 
16
  <!-- [Recommended settings - contributed by localfultonextractor](https://files.catbox.moe/ue0tja.json) -->
17
 
18
+ This repo contains fp16 files of Noromaid-7b-v0.4. DPO version was choosen over this one, and are available here:
19
 
20
+ [FP16 - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO)
21
 
22
  <!-- [GGUF - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GGUF)-->
23
 
 
29
 
30
  <!-- [fp16 - by IkariDev+Undi95](https://huggingface.co/IkariDev/Athena-v4)-->
31
 
32
+ [GGUF - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO-GGUF)
33
  <!-- [OLD(GGUF - by IkariDev+Undi95)](https://huggingface.co/IkariDev/Athena-v4-GGUF)-->
34
 
35
  ## Ratings:
 
42
 
43
  <!-- description end -->
44
  <!-- prompt-template start -->
 
45
 
46
+ ## Prompt format: Chatml
 
 
 
47
  ```
48
+ <|im_start|>system
49
+ {sysprompt}<|im_end|>
50
+ <|im_start|>user
51
+ {input}<|im_end|>
52
+ <|im_start|>assistant
53
+ {output}<|im_end|>
 
54
  ```
 
55
 
56
  ## Training data used:
57
  - [no_robots dataset](https://huggingface.co/Undi95/Llama2-13B-no_robots-alpaca-lora) let the model have more human behavior, enhances the output.