├── LICENSE ├── README.md ├── english-nouns.txt ├── requirements.txt ├── sample_autogenerated_instructions ├── wizardlm.508e.json ├── wizardlm.9186.json ├── wizardlm.c5c5.json └── wizardlm.cf3c.json └── wizardlm.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/README.md -------------------------------------------------------------------------------- /english-nouns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/english-nouns.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/requirements.txt -------------------------------------------------------------------------------- /sample_autogenerated_instructions/wizardlm.508e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/sample_autogenerated_instructions/wizardlm.508e.json -------------------------------------------------------------------------------- /sample_autogenerated_instructions/wizardlm.9186.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/sample_autogenerated_instructions/wizardlm.9186.json -------------------------------------------------------------------------------- /sample_autogenerated_instructions/wizardlm.c5c5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/sample_autogenerated_instructions/wizardlm.c5c5.json -------------------------------------------------------------------------------- /sample_autogenerated_instructions/wizardlm.cf3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/sample_autogenerated_instructions/wizardlm.cf3c.json -------------------------------------------------------------------------------- /wizardlm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h2oai/h2o-wizardlm/HEAD/wizardlm.py --------------------------------------------------------------------------------