TimeMobius commited on
Commit
b99d67f
·
verified ·
1 Parent(s): 94b34cf

Update README.md

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