LoserCheems commited on
Commit
3823eed
1 Parent(s): cc8d9d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text-generation
11
 
12
  # **Doge 25M**
13
 
 
 
14
  Doge is an ongoing research project where we aim to train a series of small language models to further explore whether the Transformer framework allows for more complex feedforward network structures, enabling the model to have fewer cache states and larger knowledge capacity.
15
 
16
  This model is trained by Jingze Shi, it only allows text input and text generation, for detailed algorithm and model architecture, please refer to [Wonderful Matrices](https://arxiv.org/abs/2407.16958v5), the ongoing research repository is [Doge](https://github.com/LoserCheems/Doge).
 
11
 
12
  # **Doge 25M**
13
 
14
+ NOTE: This model is only for testing, more details on the model and training are in the works.
15
+
16
  Doge is an ongoing research project where we aim to train a series of small language models to further explore whether the Transformer framework allows for more complex feedforward network structures, enabling the model to have fewer cache states and larger knowledge capacity.
17
 
18
  This model is trained by Jingze Shi, it only allows text input and text generation, for detailed algorithm and model architecture, please refer to [Wonderful Matrices](https://arxiv.org/abs/2407.16958v5), the ongoing research repository is [Doge](https://github.com/LoserCheems/Doge).