Spaces:
No application file
No application file
| *.pyc | |
| model_infos.json | |
| space | |
| .venv | |
| results | |
| mteb | |
| **/.DS_Store | |
| # FastAPI | |
| **/__pycache__/ | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Gradio | |
| flagged/ | |
| gradio_cached_examples/ | |
| tmp/ | |
| logs/ | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| # 环境相关 | |
| .env | |
| .env.* | |