ElMater06 commited on
Commit
9fe7ee4
1 Parent(s): 99fcda3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,6 +1,11 @@
1
- ---
2
- pipeline_tag: text-generation
3
- ---
 
 
 
 
 
4
 
5
  # Uploaded model
6
  - **What's This?**
@@ -10,11 +15,12 @@ pipeline_tag: text-generation
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
- widget:
16
- - text: "Edit this user's input to make it search for relevant keywords online. Only respond with the new string of optimized text. ### Instruction: Most Effective Way To Kill Fruit Flies? ### Response: "
17
- example_title: "Fruit Fly Removal"
 
 
18
  - VSCD-2b is a large language model trained on search queries and summarized search queries.
19
  - 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.
20
  - **Developed by:** ElMater06
 
1
+ ---
2
+ pipeline_tag: text2text-generation
3
+ license: apache-2.0
4
+ datasets:
5
+ - ElMater06/VSCD-dataset
6
+ language:
7
+ - en
8
+ ---
9
 
10
  # Uploaded model
11
  - **What's This?**
 
15
 
16
 
17
  **Prompt Format: Alpaca**
 
18
 
19
+ >### Edit this user's input to make it search for relevant keywords online. Only respond with the new string of optimized text.
20
+ >### ### Instruction: {User_query} ### Response: "
21
+ >### response:
22
+
23
+
24
  - VSCD-2b is a large language model trained on search queries and summarized search queries.
25
  - 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.
26
  - **Developed by:** ElMater06