TimeMobius commited on
Commit
54027ca
·
verified ·
1 Parent(s): 6a6c630

Update README.md

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