Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NextDrought
/
worship
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
worship
259 kB
1 contributor
History:
29 commits
Peter Yang
Add name translation fix for OPUS-MT - correct 'sand geese' to 'Zhang Shaian'
e632f5c
3 months ago
.gitignore
741 Bytes
Initial commit for HF Space deployment
3 months ago
CODE_REVIEW_AND_FIXES.md
5.75 kB
Fix translation hallucinations by adding stop sequences and improving cleanup
3 months ago
DEVELOPMENT_WORKFLOW.md
10.3 kB
Add LLM translation feasibility analysis and development workflow guide
3 months ago
FILE_VALIDATION_FIX.md
4.15 kB
Add documentation for file validation fix
3 months ago
FINAL_COMPARISON_SUMMARY.md
6.82 kB
Add final comparison summary showing Qwen2.5 advantages for religious texts
3 months ago
FIXES_SUMMARY.md
5.21 kB
Add summary of fixes for bilingual file and Message section issues
3 months ago
GRADIO_TEST_RESULTS.md
4.79 kB
Add Gradio app test results showing successful Qwen2.5 integration
3 months ago
IMPROVED_PROMPT_COMPARISON.md
6.65 kB
Improve Qwen2.5 prompting with chat template and optimized parameters, add detailed comparison analysis
3 months ago
INTEGRATION_SUMMARY.md
4.94 kB
Add integration summary documenting Qwen2.5 translation integration
3 months ago
LLM_SETUP.md
5.58 kB
Add LLM translation test setup: test script, dependency checker, and setup guide
3 months ago
LLM_TRANSLATION_FEASIBILITY.md
15.8 kB
Add LLM translation feasibility analysis and development workflow guide
3 months ago
QUICK_START.md
2.22 kB
Add test results and quick start guide
3 months ago
README.md
2.51 kB
Initial commit for HF Space deployment
3 months ago
TECHNICAL_BRIEF.md
19.6 kB
Add comprehensive technical brief documentation
3 months ago
TEST_RESULTS.md
3.04 kB
Add test results and quick start guide
3 months ago
TRANSLATION_COMPARISON_ANALYSIS.md
7.36 kB
Add side-by-side comparison of OPUS-MT vs Qwen2.5 with detailed analysis
3 months ago
TRANSLATION_FIX_SUMMARY.md
6.03 kB
Add documentation for translation truncation fixes
3 months ago
WORSHIP_PROGRAM_TEMPLATE.md
4.67 kB
Add WORSHIP_PROGRAM_TEMPLATE.md and requirements.txt
3 months ago
app.py
18.5 kB
Revert to OPUS-MT translation by default - better name handling
3 months ago
check_dependencies.py
1.94 kB
Add LLM translation test setup: test script, dependency checker, and setup guide
3 months ago
compare_translation_methods.py
16.5 kB
Improve Qwen2.5 prompting with chat template and optimized parameters, add detailed comparison analysis
3 months ago
document_processing_agent.py
74.5 kB
Add name translation fix for OPUS-MT - correct 'sand geese' to 'Zhang Shaian'
3 months ago
quick_test_qwen_integration.py
3.04 kB
Integrate improved Qwen2.5 translation into document_processing_agent with fallback to OPUS-MT
3 months ago
requirements.txt
206 Bytes
Add LLM translation test setup: test script, dependency checker, and setup guide
3 months ago
test_full_translation.py
5.06 kB
Fix Qwen2.5 translation truncation: increase max_length to 1024, dynamic max_new_tokens (300-800), less aggressive cleanup
3 months ago
test_gradio_app.py
11.1 kB
Add Gradio app test script with Qwen2.5 integration testing
3 months ago
test_llm_translation.py
11.7 kB
Fix: Force CPU mode on macOS to avoid MPS issues, test passes successfully
3 months ago