TimeMobius commited on
Commit
2ee73d2
1 Parent(s): f459f95

Update README.md

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