actualbrain commited on
Commit
cc1e65b
·
verified ·
1 Parent(s): e58a973

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -9,8 +9,16 @@ tags:
9
  - mistral
10
  - trl
11
  base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
 
12
  ---
13
 
 
 
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** actualbrain
@@ -19,4 +27,4 @@ base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
19
 
20
  This Microsoft Phi3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  - mistral
10
  - trl
11
  base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
12
+ pipeline_tag: text2text-generation
13
  ---
14
 
15
+ widget:
16
+ - text: "Create a SQL query to display unique job titles from the table "employees" where the employee's last name starts with the letter "S", the job title is not "Manager", and the employee has been with the company for at least 5 years."
17
+ example_title: "SQL code"
18
+ - text: "Write a program in Java that prints the first 1000 prime numbers."
19
+ example_title: "Java code"
20
+
21
+
22
  # Uploaded model
23
 
24
  - **Developed by:** actualbrain
 
27
 
28
  This Microsoft Phi3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
29
 
30
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)