--- language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - mistral - trl - sft base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit inference: true stop: - <|end_of_text|> pipeline_tag: text-generation widget: - text: "Write a program in Java that prints the first 1000 prime numbers." - text: "Write an SQL query to produce an output which contains the name of the employee, the number of orders that employee has been responsible for, and the total sales amount for each employee. Note: You can assume that the sales amount for each order is stored in a separate column in the database. Additionally, consider the following scenarios: - Some employees may not have any orders or sales amount associated with them. Include these employees in the output as well, with 0 orders and 0 total sales amount. - There may be duplicate employee names in the database. Ensure that the query handles these duplicates correctly and does not count orders or sales amounts multiple times for the same employee. - The sales amount column may contain NULL values. Treat these NULL values as 0 in the calculations for total sales amount." --- # Uploaded model - **Developed by:** actualbrain - **License:** apache-2.0 - **Finetuned from model :** unsloth/Phi-3-mini-4k-instruct-bnb-4bit This Microsoft Phi3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth)