OpenNLPLab commited on
Commit
e8829cd
·
1 Parent(s): 6a2ac73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -45,7 +45,15 @@ This official repo introduces the TransNormerLLM model, featuring its open-sourc
45
  - **TransNormerLLM1** incorporates Simple GLU in its channel mixer, GLA in the token mixer, and SRMSNorm for normalization. In this model, the channel and token mixers function sequentially in a pipeline arrangement.
46
  - **TransNormerLLM2** also utilizes Simple GLU in the channel mixer, GLA in the token mixer, and SRMSNorm for normalization. However, in this version, the channel and token mixers operate concurrently, in parallel.
47
 
48
-
 
 
 
 
 
 
 
 
49
 
50
  # Released Weights
51
 
 
45
  - **TransNormerLLM1** incorporates Simple GLU in its channel mixer, GLA in the token mixer, and SRMSNorm for normalization. In this model, the channel and token mixers function sequentially in a pipeline arrangement.
46
  - **TransNormerLLM2** also utilizes Simple GLU in the channel mixer, GLA in the token mixer, and SRMSNorm for normalization. However, in this version, the channel and token mixers operate concurrently, in parallel.
47
 
48
+ <Gallery />
49
+ widget:
50
+ - text: "drawing of tintin in a shop"
51
+ output:
52
+ url: "https://github.com/OpenNLPLab/TransnormerLLM/blob/main/images/contact_me_qr.png"
53
+ - text: "drawing of tintin in a shop"
54
+ output:
55
+ url: "https://github.com/OpenNLPLab/TransnormerLLM/blob/main/images/contact_me_qr.png"
56
+ <Gallery />
57
 
58
  # Released Weights
59