actualbrain commited on
Commit
fcde521
·
verified ·
1 Parent(s): ef93f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,7 +11,10 @@ tags:
11
  - sft
12
  base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
13
  inference: true
14
- pipeline_tag: text2text-generation
 
 
 
15
  ---
16
 
17
 
 
11
  - sft
12
  base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
13
  inference: true
14
+ pipeline_tag: text-generation
15
+ widget:
16
+ - text: "Write a program in Java that prints the first 1000 prime numbers."
17
+ - 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."
18
  ---
19
 
20