Hypersniper commited on
Commit
d645779
1 Parent(s): 557e110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -7,28 +7,39 @@ tags:
7
  - phi1.5
8
  - phi 1.5
9
  - alpaca
 
10
  ---
11
  # Welcome to The OverThinker's Repository!
12
 
13
- ![Mr OverThinker working late at night, deeply engrossed in solving the enigma of "Hi"](https://cdn-uploads.huggingface.co/production/uploads/63b229669d21227b914badbb/om_fJRok2g0ulTFRj9dJm.png)
14
- >Mr OverThinker working late at night trying to find that answer for you.
15
 
16
  [Buy me Ko-fi](https://ko-fi.com/hypersniper)
17
 
18
- Meet Mr OverThinker! While some might argue he digs way too deep, many regard him as a genius. This repository is where his complex thoughts and innovative solutions come to life.
19
 
20
  ## Model Phi 1.5
21
- Mr OverThinker operates on Model Phi 1.5, uniquely tailored to offer intriguing perspectives:
22
 
23
  - **Specialized in Riddles**: Overfitted, by design, on a comprehensive Riddles database. Mr OverThinker is not just another bot – he's an enigma wrapped in a mystery.
24
  - **Built on the Alpaca Template**
 
 
 
 
 
 
 
 
 
 
25
 
26
  ## How to Interact with Mr OverThinker
27
  Here is how you can get started:
28
 
29
  - **Web Generation WebUI**: For easy inference use text generation webui [Text Generation WebUI](https://github.com/oobabooga/text-generation-webui).
30
 
31
- Mr OverThinker awaits your challenging riddles and is ready to provide you with wild answers. Let the journey begin!
32
 
33
  ## Conversation Examples
34
  ![phi 1.png](https://cdn-uploads.huggingface.co/production/uploads/63b229669d21227b914badbb/08aoYv1zsM1aj_VW1oCH-.png)
 
7
  - phi1.5
8
  - phi 1.5
9
  - alpaca
10
+ library_name: transformers
11
  ---
12
  # Welcome to The OverThinker's Repository!
13
 
14
+ ![OverThinker working late at night, deeply engrossed in solving the enigma of "Hi"](https://cdn-uploads.huggingface.co/production/uploads/63b229669d21227b914badbb/om_fJRok2g0ulTFRj9dJm.png)
15
+ >The OverThinker working late at night trying to find that answer for you.
16
 
17
  [Buy me Ko-fi](https://ko-fi.com/hypersniper)
18
 
19
+ Meet The OverThinker! While some might argue he digs way too deep, many regard him as a genius. This repository is where his complex thoughts and innovative solutions come to life.
20
 
21
  ## Model Phi 1.5
22
+ The OverThinker operates on the small Model Phi 1.5, uniquely tailored to offer intriguing perspectives:
23
 
24
  - **Specialized in Riddles**: Overfitted, by design, on a comprehensive Riddles database. Mr OverThinker is not just another bot – he's an enigma wrapped in a mystery.
25
  - **Built on the Alpaca Template**
26
+
27
+ ```python
28
+ template = ("Below is an instruction that describes a task, paired with an input "
29
+ "that provides further context. Write a response that appropriately "
30
+ "completes the request.\n\n### Instruction:\n{query}\n\n### Response:\n")
31
+
32
+ # Example of using the template with a query
33
+ query = "What gets wetter as it dries?"
34
+ formatted_string = template.format(query=query)
35
+ ```
36
 
37
  ## How to Interact with Mr OverThinker
38
  Here is how you can get started:
39
 
40
  - **Web Generation WebUI**: For easy inference use text generation webui [Text Generation WebUI](https://github.com/oobabooga/text-generation-webui).
41
 
42
+ The OverThinker awaits your challenging riddles and is ready to provide you with wild answers. Let the journey begin!
43
 
44
  ## Conversation Examples
45
  ![phi 1.png](https://cdn-uploads.huggingface.co/production/uploads/63b229669d21227b914badbb/08aoYv1zsM1aj_VW1oCH-.png)