Text Generation
GGUF
English
ChatGPT
Llama
Agents
LLMs
Inference Endpoints
mav23 commited on
Commit
ff41af1
1 Parent(s): 76eab87

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +56 -0
  3. prompt-generator.Q4_0.gguf +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ prompt-generator.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - fka/awesome-chatgpt-prompts
5
+ - PulsarAI/awesome-chatgpt-prompts-advanced
6
+ language:
7
+ - en
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - ChatGPT
11
+ - Llama
12
+ - Agents
13
+ - LLMs
14
+ ---
15
+
16
+
17
+
18
+ # Prompt Generator by ByteWave:
19
+
20
+ Welcome to the official repository of Prompt Generator, a powerful tool for effortlessly generating prompts for Large Language Models (LLMs) by ByteWave.
21
+
22
+ ## About Prompt Generator:
23
+
24
+ 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.
25
+
26
+
27
+ ## Features:
28
+
29
+ - Easy-to-use interface
30
+ - Fast prompt generation
31
+ - Customizable prompts for various LLMs
32
+
33
+ # Usage:
34
+
35
+ ```python
36
+ from transformers import pipeline
37
+
38
+ generator = pipeline("text-generation",model="ByteWave/prompt-generator")
39
+ act = f"""
40
+ Action: Doctor
41
+ Prompt:
42
+ """
43
+ prompt = generator(act, do_sample=True, max_new_tokens=256)
44
+ print(prompt)
45
+ """
46
+ 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.
47
+ """
48
+ ```
49
+
50
+
51
+ ## Training:
52
+ This model trained on [openlm-research/open_llama_3b_v2](https://huggingface.co/openlm-research/open_llama_3b_v2) base model.
53
+
54
+ Loss Graph:
55
+
56
+ ![](https://i.hizliresim.com/r3dg24g.png)
prompt-generator.Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b551a4becd09ddcb43c766675d410d7dd1b59dbab02a016a5005d06d7e43b1b9
3
+ size 1979924768