OpenNLPLab
commited on
Commit
·
f0495dd
1
Parent(s):
5e3270b
Update README.md
Browse files
README.md
CHANGED
@@ -8,20 +8,30 @@ tags:
|
|
8 |
- Recurrent Neural Network
|
9 |
---
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
- [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
## Overall Architecture
|
|
|
8 |
- Recurrent Neural Network
|
9 |
---
|
10 |
|
11 |
+
<div align="center">
|
12 |
+
<h1>
|
13 |
+
HGRN - Hierarchically Gated Recurrent Neural Network for Sequence Modeling
|
14 |
+
</h1>
|
15 |
+
</div>
|
16 |
+
|
17 |
+
<p align="center">
|
18 |
+
💻 <a href="https://github.com/OpenNLPLab/HGRN" target="_blank">GitHub </a>
|
19 |
+
</p>
|
20 |
+
|
21 |
+
|
22 |
+
- [Overall Architecture](#overall-architecture)
|
23 |
+
- [Experiments](#experiments)
|
24 |
+
- [Environment Preparation](#environment-preparation)
|
25 |
+
- [Env1](#env1)
|
26 |
+
- [Env2](#env2)
|
27 |
+
- [Autoregressive language model](#autoregressive-language-model)
|
28 |
+
- [1) Preprocess the data](#1-preprocess-the-data)
|
29 |
+
- [2) Train the autoregressive language model](#2-train-the-autoregressive-language-model)
|
30 |
+
- [Image modeling](#image-modeling)
|
31 |
+
- [LRA](#lra)
|
32 |
+
- [1) Preparation](#1-preparation)
|
33 |
+
- [2) Training](#2-training)
|
34 |
+
- [Standalone code](#standalone-code)
|
35 |
|
36 |
|
37 |
## Overall Architecture
|