├── CITATION.cff ├── README.md ├── ds_config.json ├── finetune.py ├── flash_attn_wrappers.py ├── requirements.txt └── slurm.sh /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/CITATION.cff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/README.md -------------------------------------------------------------------------------- /ds_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/ds_config.json -------------------------------------------------------------------------------- /finetune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/finetune.py -------------------------------------------------------------------------------- /flash_attn_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/flash_attn_wrappers.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/requirements.txt -------------------------------------------------------------------------------- /slurm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleliang919/Long-context-transformers/HEAD/slurm.sh --------------------------------------------------------------------------------