├── .gitignore ├── LICENSE ├── bertviz_mistral.ipynb ├── configuration_mistral.py ├── modeling_mistral.py ├── modeling_utils.py ├── readme.md └── selfextend.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/LICENSE -------------------------------------------------------------------------------- /bertviz_mistral.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/bertviz_mistral.ipynb -------------------------------------------------------------------------------- /configuration_mistral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/configuration_mistral.py -------------------------------------------------------------------------------- /modeling_mistral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/modeling_mistral.py -------------------------------------------------------------------------------- /modeling_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/modeling_utils.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/readme.md -------------------------------------------------------------------------------- /selfextend.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdan/selfextend/HEAD/selfextend.ipynb --------------------------------------------------------------------------------