Text Generation
GGUF
English
Spanish
GGUF
conversational
chat
roleplay
Inference Endpoints
XeTute commited on
Commit
4a87663
1 Parent(s): 003c6f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -16,7 +16,9 @@ datasets:
16
  - XeTute/Small-Medium-Conversation-Multilingual
17
  - XeTute/Conversational-Small
18
  ---
19
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca8c3c5495933ab066c33c/wYiheYCG5yajbhFkv7vvt.png)
 
 
20
  We, XeTute, introduce AURORA V1.0 - a humerous, efficient, smart(for its size) and unbiased(because of too low parameter count =)) Language Model.
21
 
22
  **Intended usecases:**
@@ -46,6 +48,7 @@ Recommended settings:
46
  - Temperature 0.1 - 0,4 is stable.
47
  - Context Length of 2048(base) to 4096(RoPE) will work well for story-telling, role-playing and simple conversations.
48
  - Output Length: 256 will work very stable, but you can extent to 512. Anything beyond that point is risky, text might become repetitous.
 
49
  - Chat Format:
50
  ```For roleplay:
51
  {name of your roleplay}: {input}
@@ -57,4 +60,11 @@ USER: {input}
57
  AURORA: {output}
58
  ```
59
 
 
 
 
 
 
 
 
60
  We wish you a friendly chat with AURORA.
 
16
  - XeTute/Small-Medium-Conversation-Multilingual
17
  - XeTute/Conversational-Small
18
  ---
19
+
20
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca8c3c5495933ab066c33c/Ia7u4TaXQC08S9dctEGyG.png)
21
+
22
  We, XeTute, introduce AURORA V1.0 - a humerous, efficient, smart(for its size) and unbiased(because of too low parameter count =)) Language Model.
23
 
24
  **Intended usecases:**
 
48
  - Temperature 0.1 - 0,4 is stable.
49
  - Context Length of 2048(base) to 4096(RoPE) will work well for story-telling, role-playing and simple conversations.
50
  - Output Length: 256 will work very stable, but you can extent to 512. Anything beyond that point is risky, text might become repetitous.
51
+ - A system prompt which works well can be found at "Files at Versions" => "chat_template". Just copy and paste this into the system prompt or add it before your first message.
52
  - Chat Format:
53
  ```For roleplay:
54
  {name of your roleplay}: {input}
 
60
  AURORA: {output}
61
  ```
62
 
63
+ Chat examples using KoboldCPP and the settings recommended above:
64
+
65
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca8c3c5495933ab066c33c/s1k8oj7yTcawUCciFBGXx.png)
66
+
67
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca8c3c5495933ab066c33c/gV3Ra6IHVyVvBgKOJSZla.png)
68
+ Note, a roleplay where you directly pass character definitions and a starting scenario will work way better, this is just an example.
69
+
70
  We wish you a friendly chat with AURORA.