blueapple8259 commited on
Commit
d96ecc6
·
verified ·
1 Parent(s): cb087ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 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
+
9
+ The dataset was generated using [llama 3.2 1b](https://huggingface.co/meta-llama/Llama-3.2-1B).
10
+
11
+ ## template
12
+ ```
13
+ {prompt}<|split|>
14
+ ```
15
+
16
+ ## example
17
+
18
+ ```
19
+ Please tell me about the png file structure.<|split|>png file structure
20
+ ```
21
+
22
+ ```
23
+ Please give me 3 tips to improve my health.<|split|>How to improve my health
24
+ ```
25
+
26
+ ```
27
+ What do I need to do to write well?<|split|>How to write a good job?
28
+ ```