├── 2M └── README.md ├── 40M └── README.md ├── LICENSE ├── OIG ├── config │ └── ds_config_gptneo.json ├── docs │ ├── README.md │ ├── TRAINING_INSTRUCTIONS.txt │ └── training_text_example.txt ├── notebooks │ └── tokenize_datasets.ipynb └── src │ ├── abstract_infill.py │ ├── basic_augment.py │ ├── child_help.py │ ├── codeparrot_jupyter_summary.py │ ├── convfinqa.py │ ├── cuad.py │ ├── emergency_numbers.py │ ├── essays.py │ ├── flan.py │ ├── flanv2_cot.py │ ├── generate_songs.py │ ├── image_prompting_instructions.py │ ├── kojma_cot.py │ ├── labeled_safety.py │ ├── lyrics.py │ ├── mathqa.py │ ├── merged_code_xp3.py │ ├── minimal_trainer.py │ ├── multi_news.py │ ├── ni.py │ ├── nq.py │ ├── openai_summarize_tldr.py │ ├── p3.py │ ├── poetry.py │ ├── register_oscar.py │ ├── scitldr.py │ ├── soda_dialog.py │ ├── squad_v2.py │ ├── suicide_help.py │ ├── text2sql.py │ ├── ul2_oscar.py │ ├── unified_skg.py │ ├── unnatural_instructions.py │ ├── utils.py │ └── xp3.py ├── README.md └── small_instruction_set ├── Readme.md ├── chip2_instruct_alpha_v6a_1.json ├── chip2_instruct_alpha_v6a_2.json ├── chip2_instruct_alpha_v6a_3.json └── chip2_instruct_alpha_v6a_4.json /2M/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/2M/README.md -------------------------------------------------------------------------------- /40M/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/40M/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/LICENSE -------------------------------------------------------------------------------- /OIG/config/ds_config_gptneo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/config/ds_config_gptneo.json -------------------------------------------------------------------------------- /OIG/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/docs/README.md -------------------------------------------------------------------------------- /OIG/docs/TRAINING_INSTRUCTIONS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/docs/TRAINING_INSTRUCTIONS.txt -------------------------------------------------------------------------------- /OIG/docs/training_text_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/docs/training_text_example.txt -------------------------------------------------------------------------------- /OIG/notebooks/tokenize_datasets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/notebooks/tokenize_datasets.ipynb -------------------------------------------------------------------------------- /OIG/src/abstract_infill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/abstract_infill.py -------------------------------------------------------------------------------- /OIG/src/basic_augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/basic_augment.py -------------------------------------------------------------------------------- /OIG/src/child_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/child_help.py -------------------------------------------------------------------------------- /OIG/src/codeparrot_jupyter_summary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/codeparrot_jupyter_summary.py -------------------------------------------------------------------------------- /OIG/src/convfinqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/convfinqa.py -------------------------------------------------------------------------------- /OIG/src/cuad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/cuad.py -------------------------------------------------------------------------------- /OIG/src/emergency_numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/emergency_numbers.py -------------------------------------------------------------------------------- /OIG/src/essays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/essays.py -------------------------------------------------------------------------------- /OIG/src/flan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/flan.py -------------------------------------------------------------------------------- /OIG/src/flanv2_cot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/flanv2_cot.py -------------------------------------------------------------------------------- /OIG/src/generate_songs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/generate_songs.py -------------------------------------------------------------------------------- /OIG/src/image_prompting_instructions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/image_prompting_instructions.py -------------------------------------------------------------------------------- /OIG/src/kojma_cot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/kojma_cot.py -------------------------------------------------------------------------------- /OIG/src/labeled_safety.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/labeled_safety.py -------------------------------------------------------------------------------- /OIG/src/lyrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/lyrics.py -------------------------------------------------------------------------------- /OIG/src/mathqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/mathqa.py -------------------------------------------------------------------------------- /OIG/src/merged_code_xp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/merged_code_xp3.py -------------------------------------------------------------------------------- /OIG/src/minimal_trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/minimal_trainer.py -------------------------------------------------------------------------------- /OIG/src/multi_news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/multi_news.py -------------------------------------------------------------------------------- /OIG/src/ni.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/ni.py -------------------------------------------------------------------------------- /OIG/src/nq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/nq.py -------------------------------------------------------------------------------- /OIG/src/openai_summarize_tldr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/openai_summarize_tldr.py -------------------------------------------------------------------------------- /OIG/src/p3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/p3.py -------------------------------------------------------------------------------- /OIG/src/poetry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/poetry.py -------------------------------------------------------------------------------- /OIG/src/register_oscar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/register_oscar.py -------------------------------------------------------------------------------- /OIG/src/scitldr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/scitldr.py -------------------------------------------------------------------------------- /OIG/src/soda_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/soda_dialog.py -------------------------------------------------------------------------------- /OIG/src/squad_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/squad_v2.py -------------------------------------------------------------------------------- /OIG/src/suicide_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/suicide_help.py -------------------------------------------------------------------------------- /OIG/src/text2sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/text2sql.py -------------------------------------------------------------------------------- /OIG/src/ul2_oscar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/ul2_oscar.py -------------------------------------------------------------------------------- /OIG/src/unified_skg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/unified_skg.py -------------------------------------------------------------------------------- /OIG/src/unnatural_instructions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/unnatural_instructions.py -------------------------------------------------------------------------------- /OIG/src/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/utils.py -------------------------------------------------------------------------------- /OIG/src/xp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/OIG/src/xp3.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/README.md -------------------------------------------------------------------------------- /small_instruction_set/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/small_instruction_set/Readme.md -------------------------------------------------------------------------------- /small_instruction_set/chip2_instruct_alpha_v6a_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/small_instruction_set/chip2_instruct_alpha_v6a_1.json -------------------------------------------------------------------------------- /small_instruction_set/chip2_instruct_alpha_v6a_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/small_instruction_set/chip2_instruct_alpha_v6a_2.json -------------------------------------------------------------------------------- /small_instruction_set/chip2_instruct_alpha_v6a_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/small_instruction_set/chip2_instruct_alpha_v6a_3.json -------------------------------------------------------------------------------- /small_instruction_set/chip2_instruct_alpha_v6a_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LAION-AI/Open-Instruction-Generalist/HEAD/small_instruction_set/chip2_instruct_alpha_v6a_4.json --------------------------------------------------------------------------------