Spaces:
Sleeping
Sleeping
File size: 618 Bytes
7803dd9 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# Ignore .ckpt files
ckpt
# Ignore Python compiled files
__pycache__/
*.py[cod]
# Ignore Python virtual environment
venv/
# Ignore Jupyter notebook checkpoints
.ipynb_checkpoints/
.git/
.vscode/
# Ignore .DS_Store on MacOS
.DS_Store
rilab_key.txt
gpt4_custom_code_interpreter/rilab_key.txt
openai_api_key.txt
gpt4_custom_code_interpreter/
tmp/
output/
wandb/
utils/const.py
utils/hf_model_upload.py
gpt_data_gen/
*.json
*.txt
*.sh
*.pt
*.pth
*.ckpt
*.tokenizer
# eval data
eval/ds1000_data
eval/grade-school-math
# gradio features
chatbot_feat.py
chatbot_feat2.py
gradio_test.py
cache/
env/
json_dataset/
|