lakkeo commited on
Commit
642ebbe
1 Parent(s): a0028f6

added base model

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -13,12 +13,18 @@ tags:
13
  - neo4j
14
  inference: false
15
  widget:
16
- - text: "Show me the people who have Python and Cloud skills and have been in the company for at least 3 years."
17
- example_title: "Example 1"
18
- - text: "What is the IMDb rating of Pulp Fiction?"
19
- example_title: "Example 2"
20
- - text: "Display the first 3 users followed by 'Neo4j' who have more than 10000 followers."
21
- example_title: "Example 3"
 
 
 
 
 
 
22
  ---
23
 
24
  ## Model Description
@@ -184,4 +190,4 @@ I used llama.cpp to merge the LoRa and generate the quants.
184
 
185
  The progress achieved from the base model is significant but you will still need to finetune on your company's syntax and entities.
186
  I've been tickering with the training parameters for a few batches of training but there is room for improvements.
187
- I'm open to the idea of making a full tutorial if there is enough interest in this project.
 
13
  - neo4j
14
  inference: false
15
  widget:
16
+ - text: >-
17
+ Show me the people who have Python and Cloud skills and have been in the
18
+ company for at least 3 years.
19
+ example_title: Example 1
20
+ - text: What is the IMDb rating of Pulp Fiction?
21
+ example_title: Example 2
22
+ - text: >-
23
+ Display the first 3 users followed by 'Neo4j' who have more than 10000
24
+ followers.
25
+ example_title: Example 3
26
+ base_model:
27
+ - stabilityai/stable-code-instruct-3b
28
  ---
29
 
30
  ## Model Description
 
190
 
191
  The progress achieved from the base model is significant but you will still need to finetune on your company's syntax and entities.
192
  I've been tickering with the training parameters for a few batches of training but there is room for improvements.
193
+ I'm open to the idea of making a full tutorial if there is enough interest in this project.