Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhisheksan
/
poetica
like
0
Running
App
Files
Files
Community
9e5e405
poetica
1 contributor
History:
68 commits
abhisheksan
Update model file path in ModelManager; change from poeticagpt-quantized-new.pth to poeticagpt.pth
9e5e405
13 days ago
app
Update model configuration and enhance initialization logic; adjust BASE_DIR for container, implement model download functionality, and improve health check response
21 days ago
logs
Fix logging issues in poetry_generation.log; add warnings for custom vocabulary loading and model file not found errors, and ensure BASE_MODEL_DIR ends with a slash
13 days ago
models
Add model files and tokenizer configuration; include special tokens and initialization settings
13 days ago
.gitattributes
Safe
1.52 kB
initial commit
24 days ago
.gitignore
Safe
52 Bytes
Optimize model loading and error handling in PoetryGenerationService; implement async poem generation and enhance application startup process
22 days ago
Dockerfile
Safe
560 Bytes
Set permissions for /app directory in Dockerfile
21 days ago
README.md
Safe
192 Bytes
initial commit
24 days ago
download_model.py
Safe
864 Bytes
Enhance Poetry Generator API; implement health check endpoint, improve model loading with logging, and update request/response models
21 days ago
main.py
Safe
6.76 kB
Update model file path in ModelManager; change from poeticagpt-quantized-new.pth to poeticagpt.pth
13 days ago
poetry_generation.log
Safe
25.4 kB
Add model files and tokenizer configuration; include special tokens and initialization settings
13 days ago
requirements.txt
Safe
498 Bytes
Enhance Poetry Generator API; implement health check endpoint, improve model loading with logging, and update request/response models
21 days ago