Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhisheksan
/
poetica
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9e5e405
poetica
1 contributor
History:
68 commits
abhisheksan
Update model file path in ModelManager; change from poeticagpt-quantized-new.pth to poeticagpt.pth
9e5e405
3 months ago
app
Update model configuration and enhance initialization logic; adjust BASE_DIR for container, implement model download functionality, and improve health check response
3 months 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
3 months ago
models
Add model files and tokenizer configuration; include special tokens and initialization settings
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
.gitignore
Safe
52 Bytes
Optimize model loading and error handling in PoetryGenerationService; implement async poem generation and enhance application startup process
4 months ago
Dockerfile
Safe
560 Bytes
Set permissions for /app directory in Dockerfile
3 months ago
README.md
Safe
192 Bytes
initial commit
4 months 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
3 months ago
main.py
Safe
6.76 kB
Update model file path in ModelManager; change from poeticagpt-quantized-new.pth to poeticagpt.pth
3 months ago
poetry_generation.log
Safe
25.4 kB
Add model files and tokenizer configuration; include special tokens and initialization settings
3 months ago
requirements.txt
Safe
498 Bytes
Enhance Poetry Generator API; implement health check endpoint, improve model loading with logging, and update request/response models
3 months ago