Spaces:
Sleeping
Sleeping
Add initial implementation of Streamlit app for fine-tuned Phi-2 model demo with .gitignore and requirements
d37ca0c
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual Environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| .env | |
| .venv | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| .project | |
| .pydevproject | |
| .settings | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| *.ipynb_checkpoints/ | |
| # PyTorch | |
| *.pth | |
| *.pt | |
| *.pkl | |
| # Logs and databases | |
| *.sqlite | |
| *.db | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Project specific | |
| runs/ | |
| checkpoints/ | |
| outputs/ | |
| logs/ | |
| lightning_logs/ |