Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ language:
|
|
3 |
- en
|
4 |
base_model:
|
5 |
- cpayne1303/smallcp2024
|
|
|
6 |
---
|
7 |
This model is a fine-tuned version of the [smallcp2024](https://huggingface.co/cpayne1303/smallcp2024) model that suggests appropriate search queries for answering a given prompt using Google search.
|
8 |
|
@@ -25,4 +26,4 @@ Please give me 3 tips to improve my health.<|split|>How to improve my health
|
|
25 |
|
26 |
```
|
27 |
What do I need to do to write well?<|split|>How to write a good job?
|
28 |
-
```
|
|
|
3 |
- en
|
4 |
base_model:
|
5 |
- cpayne1303/smallcp2024
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
This model is a fine-tuned version of the [smallcp2024](https://huggingface.co/cpayne1303/smallcp2024) model that suggests appropriate search queries for answering a given prompt using Google search.
|
9 |
|
|
|
26 |
|
27 |
```
|
28 |
What do I need to do to write well?<|split|>How to write a good job?
|
29 |
+
```
|