TimeMobius commited on
Commit
2341857
·
verified ·
1 Parent(s): 2cb9c39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -1,4 +1,36 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- # pretrained with 100B high quality datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Mobius Mega 12B 128K base
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 in chat model;
13
+ * Multilingual support ;
14
+ * Stable support of 128K context length.
15
+ * chat model [Mobius-12B-128k-chat](https://huggingface.co/TimeMobius/Mobius-Chat-12B-128k)
16
+
17
+
18
+ ## Usage
19
+ We do not advise you to use this model, please use Chat model instead, this model intend to be trained with SFT and instruction tuning.
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)