Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
-
---
|
2 |
-
pipeline_tag:
|
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 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
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
|