File size: 1,696 Bytes
f086bdb
 
 
 
 
 
 
 
 
 
 
 
f02f257
be7a7bf
5328583
f086bdb
e1302f2
9dacb68
 
 
e1302f2
f086bdb
e1302f2
 
 
 
f086bdb
e1302f2
 
 
 
 
5e480ee
 
 
 
 
9dacb68
5e480ee
 
 
 
 
 
 
 
 
 
e1302f2
 
f086bdb
ff68d96
e1302f2
f086bdb
c5eb8bd
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: cc-by-nc-4.0
datasets:
- fka/awesome-chatgpt-prompts
- PulsarAI/awesome-chatgpt-prompts-advanced
language:
- en
pipeline_tag: text-generation
tags:
- ChatGPT
- Llama
- Agents
- LLMs 
---



# Prompt Generator by ByteWave:

Welcome to the official repository of Prompt Generator, a powerful tool for effortlessly generating prompts for Large Language Models (LLMs) by ByteWave.

## About Prompt Generator:

Prompt Generator is designed to streamline the process of generating text prompts for LLMs. Whether you are a content creator, researcher, or developer, this tool empowers you to create effective prompts quickly and efficiently.


## Features:

- Easy-to-use interface
- Fast prompt generation
- Customizable prompts for various LLMs

# Usage:

```python
from transformers import pipeline

generator = pipeline("text-generation",model="ByteWave/prompt-generator")
act = f"""
      Action: Doctor 
      Prompt:
"""
prompt = generator(act, do_sample=True, max_new_tokens=256)
print(prompt)
"""
I want you to act as a doctor and come up with a treatment plan for an elderly patient who has been experiencing severe headaches. Your goal is to use your knowledge of conventional medicine, herbal remedies, and other natural alternatives in order to create a plan that helps the patient achieve optimal health. Remember to use your best judgment and discuss various options with the patient, and if necessary, suggest additional tests or treatments in order to ensure success.
""" 
```


## Training:
This model trained on [openlm-research/open_llama_3b_v2](https://huggingface.co/openlm-research/open_llama_3b_v2) base model.

Loss Graph:

![](https://i.hizliresim.com/r3dg24g.png)