base_model: | |
- meta-llama/Llama-3.2-3B-Instruct | |
# Hugging Face Project for SE4CSAI - group: ThisCourse™ | |
Goal: Improvement and generation of pet descriptions for animal shelters to promote adoption. | |
# Project overview | |
The project incorporates several AI models, namely a translation model and an LLM as a text improvement model, in a web interface which allows the user to generate new descriptions from keywords, improve draft descriptions and translate their English descriptions to Dutch. | |
Each model is hosted on a separate server which communicates with the user through a Node.js server and a queue handler. | |
# More Information | |
For more information, see [here](https://github.com/SinglePaper/SEThisCourse/). |