Spaces:
Runtime error
Runtime error
File size: 659 Bytes
8c7c98a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# python basics
/__pycache__/
/.idea/
/scratch/
# local model folders for testing / running bots / deploy
/gpt2_std_gpu_774M_120ksteps/
/gpt2_std_gpu_774M_60ksteps/
/gpt2_dailydialogue_355M_75Ksteps/
/gp2_DDandPeterTexts_14kPeter_774M/
/gp2_DDandPeterTexts_41kPeter-774M/
/gp2_DDandPeterTexts_774M_73Ksteps/
/gp2_DDandPeterTexts_gpu_774M_175Ksteps/
*checkpoint*
*GPT2*
*GPTneo*
*GPTpeter*
*1pt3B*
# most of ^ can be downloaded through `download_models.py`
# gradio things
*.db
*.db-journal
*gradio_queue*
gradio_data
deploy-as-bot/flagged
deploy-as-bot/gradio_data
deploy-as-bot/gradio_queue.db
# notebooks containing personal data
.DS_Store
aitextgen
|