ElMater06 commited on
Commit
c8ed06b
·
verified ·
1 Parent(s): 792d0d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,9 +9,10 @@ pipeline_tag: text-generation
9
 
10
 
11
 
12
- -**Prompt Format: Alpaca**
 
 
13
 
14
- - ```Edit this users input to make it search for relevant keywords online. Only respond with the new string of optimized text. ### Instruction: {Query_To_Summarize} ### Response:```
15
  - VSCD-2b is a large language model trained on search queries and summarized search queries.
16
  - VSCD was trained on a synthetic dataset based off the Gemma-2b-IT model which contained 300 entries for 9 epochs, It was made to provide fast summarization of a user's query to make searching algorithms faster.
17
  - **Developed by:** ElMater06
 
9
 
10
 
11
 
12
+ **Prompt Format: Alpaca**
13
+ >Edit this user's input to make it search for relevant keywords online. Only respond with the new string of optimized text. ### Instruction: {User_Query} ### Response:
14
+
15
 
 
16
  - VSCD-2b is a large language model trained on search queries and summarized search queries.
17
  - VSCD was trained on a synthetic dataset based off the Gemma-2b-IT model which contained 300 entries for 9 epochs, It was made to provide fast summarization of a user's query to make searching algorithms faster.
18
  - **Developed by:** ElMater06