├── README.md ├── figures ├── hgrn2.png ├── llm.png └── lra.png ├── im.yaml ├── lra.yaml ├── run_im.py ├── run_lra.py ├── script_im.sh ├── script_lm.sh ├── script_lra_others.sh ├── script_mqar.sh └── srcipt_lra_image.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/README.md -------------------------------------------------------------------------------- /figures/hgrn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/figures/hgrn2.png -------------------------------------------------------------------------------- /figures/llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/figures/llm.png -------------------------------------------------------------------------------- /figures/lra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/figures/lra.png -------------------------------------------------------------------------------- /im.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/im.yaml -------------------------------------------------------------------------------- /lra.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/lra.yaml -------------------------------------------------------------------------------- /run_im.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/run_im.py -------------------------------------------------------------------------------- /run_lra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/run_lra.py -------------------------------------------------------------------------------- /script_im.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/script_im.sh -------------------------------------------------------------------------------- /script_lm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/script_lm.sh -------------------------------------------------------------------------------- /script_lra_others.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/script_lra_others.sh -------------------------------------------------------------------------------- /script_mqar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/script_mqar.sh -------------------------------------------------------------------------------- /srcipt_lra_image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNLPLab/HGRN2/HEAD/srcipt_lra_image.sh --------------------------------------------------------------------------------