Parisaroozgarian/persian-pos-tagging
Delete runtime.txt
Update .streamlit/config.toml
Update src/model_trainer.py
Update app.py
Update pages/2_Model_Training.py
Update pages/4_Database_Management.py
Update pages/3_Results_Analysis.py
Update pages/1_Data_Exploration.py
Update .streamlit/config.toml
Update app.py
Update requirements.txt
Update requirements.txt
Create 4_Database_Management.py
Create 3_Results_Analysis.py
Create 2_Model_Training.py
Create pages/1_Data_Exploration.py
Delete pages
Create pages/
Delete pages
Create pages
Fix torch version for CPU free tier
test
Temporarily remove pages to test app startup
Fix streamlit config for HF Spaces
Force Python 3.10 for compatibility
Fix GPU detection and real-time training output
Add diagnostics to find exact import error on HF Spaces
Force update training page for T4 GPU
Restore full app for GPU deployment on HF Spaces
Show helpful message on training page for free tier
Limit torch threads to prevent memory crash on free tier
Add memory warning for free tier training
Add conllu dependency for Universal Dependencies dataset
Pin datasets to 3.6.0 to support legacy dataset scripts
Fix requirements conflict and dataset loading
Pin transformers version and fix AdamW import
Fix dataset trust_remote_code and AdamW import
Fix Persian UD dataset correct name
Fix dataset to use universal-dependencies org on HuggingFace
Fix Universal Dependencies dataset name on HuggingFace Hub
Fix AdamW import and update dataset name
Added Dev Container Folder
Fix missing dependencies and src import paths
Remove hardcoded port and restore full app for Streamlit Cloud
Restore full Persian PoS Tagging app
Force clean rebuild without heavy dependencies
Remove heavy dependencies to test app startup
Debug: minimal test app
Add SQLite fallback when PostgreSQL is unavailable
Fix Streamlit port to 7860 for Hugging Face Spaces
