File size: 1,612 Bytes
cfe139d ef93f5b cfe139d 90c60c0 668f668 fcde521 cfe139d cc1e65b cfe139d e58a973 cfe139d cc1e65b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
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.
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) |