├── .API_KEY.key ├── API_KEY.bin ├── API_SAFE.bin ├── LICENSE ├── README.md ├── __init__.py ├── config └── config.json ├── configuration_aliceskygarden_t3.py ├── interact_vocab.py ├── model └── epoch40 │ ├── compression_config.json │ └── config.json ├── modeling_aliceskygarden_t3.py ├── modular_aliceskygarden_t3.py ├── train_vocab.py └── vocab └── vocab.json /.API_KEY.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/.API_KEY.key -------------------------------------------------------------------------------- /API_KEY.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/API_KEY.bin -------------------------------------------------------------------------------- /API_SAFE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/API_SAFE.bin -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/__init__.py -------------------------------------------------------------------------------- /config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/config/config.json -------------------------------------------------------------------------------- /configuration_aliceskygarden_t3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/configuration_aliceskygarden_t3.py -------------------------------------------------------------------------------- /interact_vocab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/interact_vocab.py -------------------------------------------------------------------------------- /model/epoch40/compression_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/model/epoch40/compression_config.json -------------------------------------------------------------------------------- /model/epoch40/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/model/epoch40/config.json -------------------------------------------------------------------------------- /modeling_aliceskygarden_t3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/modeling_aliceskygarden_t3.py -------------------------------------------------------------------------------- /modular_aliceskygarden_t3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/modular_aliceskygarden_t3.py -------------------------------------------------------------------------------- /train_vocab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/train_vocab.py -------------------------------------------------------------------------------- /vocab/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Airthrix/AliceSkyGardenT3/HEAD/vocab/vocab.json --------------------------------------------------------------------------------