54 Downloads Updated 5 months ago
This project is based on the latest open-source model Llama-3 released by Meta, which includes the Chinese Llama-3 base model and the Chinese Llama-3 Install instruction fine-tuning model. These models use large-scale Chinese data for incremental pre training on the basis of the original Llama-3, and fine tune with selected instruction data, further improving the ability to understand Chinese basic semantics and instructions, and achieving significant performance improvements compared to second-generation related models.
Open the terminal and run
ollama run suntray-instruct
Example using curl:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "suntray-instruct",
"prompt":"I would like to know more about bidding information"
}'