shegga's picture
Implement Vietnamese Sentiment Analysis: Fine-tuning, Gradio Interface, and Model Testing
0210351
raw
history blame
251 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual Environment
venv/
env/
ENV/
# Cache and temporary files
.cache/
*.log
*.tmp
*.temp
# Gradio
gradio_cached_examples/
# OS
.DS_Store
Thumbs.db
# Development files
.vscode/
.idea/
*.swp
*.swo