TimeMobius commited on
Commit
0c93ba5
1 Parent(s): c0bdd3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Mobius RWKV 12B v4 version
5
+ Good at Writing and role play.
6
+
7
+ # Mobius Chat 12B 128K
8
+
9
+ ## Introduction
10
+
11
+ Mobius is a RWKV v5.2 arch model, a state based RNN+CNN+Transformer Mixed language model pretrained on a certain amount of data.
12
+ In comparison with the previous released Mobius, the improvements include:
13
+
14
+ * Only 24G Vram to run this model locally with fp16;
15
+ * Significant performance improvement;
16
+ * Multilingual support ;
17
+ * Stable support of 128K context length.
18
+ * Base model [Mobius-mega-12B-128k-base](https://huggingface.co/TimeMobius/Moibus-mega-12B-128k-base)
19
+
20
+
21
+ ## Usage
22
+ We encourage you use few shots to use this model, Desipte Directly use User: xxxx\n\nAssistant: xxx\n\n is really good too, Can boost all potential ability.
23
+
24
+ Recommend Temp and topp: 0.7 0.6/1 0.3/1.5 0.3/0.2 0.8
25
+
26
+ ## More details
27
+ Mobius 12B 128k based on RWKV v5.2 arch, which is leading state based RNN+CNN+Transformer Mixed large language model which focus opensouce community
28
+ * 10~100 trainning/inference cost reduce;
29
+ * state based,selected memory, which mean good at grok;
30
+ * community support.
31
+
32
+ ## requirements
33
+ 24G vram to run fp16, 12G for int8, 6G for nf4 with Ai00 server.
34
+
35
+ * [RWKV Runner](https://github.com/josStorer/RWKV-Runner)
36
+ * [Ai00 server](https://github.com/cgisky1980/ai00_rwkv_server)
37
+
38
+ ## future plan
39
+ If you need a HF version let us know
40
+
41
+ [Mobius-Chat-12B-128k](https://huggingface.co/TimeMobius/Mobius-Chat-12B-128k)