Update README.md
Browse files
README.md
CHANGED
@@ -8,20 +8,7 @@ language:
|
|
8 |
tags:
|
9 |
- conversational
|
10 |
- chat
|
11 |
-
- rp
|
12 |
- roleplay
|
13 |
-
- friend
|
14 |
-
- slm
|
15 |
-
- small
|
16 |
-
- slim
|
17 |
-
- slender
|
18 |
-
- general
|
19 |
-
- creative
|
20 |
-
co2_eq_emissions:
|
21 |
-
emissions: 200
|
22 |
-
training_type: fine-tuning
|
23 |
-
hardware_used: 1 GTX1060-3GB, AMD Radeon(TM) Graphics & AMD Ryzen 5 5600G[4.4GHz OC]
|
24 |
-
base_model: XeTute/AURORA-OpenBeta-V0.5-GGUF
|
25 |
library_name: GGUF
|
26 |
pipeline_tag: text-generation
|
27 |
---
|
@@ -30,40 +17,44 @@ pipeline_tag: text-generation
|
|
30 |
|
31 |
<a href='https://ko-fi.com/C0C2ZXNON' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
We wish you a friendly chat with AURORA.
|
|
|
8 |
tags:
|
9 |
- conversational
|
10 |
- chat
|
|
|
11 |
- roleplay
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
library_name: GGUF
|
13 |
pipeline_tag: text-generation
|
14 |
---
|
|
|
17 |
|
18 |
<a href='https://ko-fi.com/C0C2ZXNON' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
19 |
|
20 |
+
Note:
|
21 |
+
- All previous beta versions of this series of SLMs were deleted, because almost no downloads were made.
|
22 |
+
- V1.0 is the last model in this series which will be published, because of too little community activity.
|
23 |
+
|
24 |
+
Metadata:
|
25 |
+
- Name:
|
26 |
+
- - AURORA
|
27 |
+
- Version:
|
28 |
+
- - 1.0
|
29 |
+
- Author:
|
30 |
+
- - XeTute
|
31 |
+
- Size:
|
32 |
+
- - 1.1B
|
33 |
+
- Architecture:
|
34 |
+
- - LLaMA, Transformer.
|
35 |
+
|
36 |
+
We introduce AURORA V1.0 - the first model in this series which is actually use able.
|
37 |
+
Its usecases are following:
|
38 |
+
- Next-Word prediction for mobile devices:
|
39 |
+
- - This Model can be reliably packaged into a keyboard-app to help make Next-Word suggestions more accurate.
|
40 |
+
- Conversations:
|
41 |
+
- - AURORA can engage in conversations using the Vicuna format, remember to replace "ASSISTANT" with "AURORA" though.
|
42 |
+
- - AURORA can engage in SFW roleplay with simple character definitions. It wasn't trained on NSFW.
|
43 |
+
- - AURORA can engage in simple, short Q&A. It was trained on factual data too, which means it performs well for its size.
|
44 |
+
|
45 |
+
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}
|
52 |
+
{name of AURORA's character}: {output}
|
53 |
+
```
|
54 |
+
or,
|
55 |
+
```For normal chatting:
|
56 |
+
USER: {input}
|
57 |
+
AURORA: {output}
|
58 |
+
```
|
59 |
|
60 |
We wish you a friendly chat with AURORA.
|