Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
Welcome to the official repository of Prompt Generator, a powerful tool for effortlessly generating prompts for Large Language Models (LLMs) by PulsarAI.
|
6 |
|
7 |
-
## About Prompt Generator
|
8 |
|
9 |
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.
|
10 |
|
11 |
-
![Prompt Generator in Action](https://example.com/prompt-generator-screenshot.png)
|
12 |
|
13 |
-
## Features
|
14 |
|
15 |
- Easy-to-use interface
|
16 |
- Fast prompt generation
|
@@ -18,12 +30,6 @@ Prompt Generator is designed to streamline the process of generating text prompt
|
|
18 |
- Support for multiple languages
|
19 |
- API integration for seamless use in your applications
|
20 |
|
21 |
-
## Installation
|
22 |
-
|
23 |
-
You can install Prompt Generator using pip:
|
24 |
-
|
25 |
-
```bash
|
26 |
-
pip install prompt-generator
|
27 |
|
28 |
|
29 |
|
@@ -32,6 +38,9 @@ pip install prompt-generator
|
|
32 |
|
33 |
|
34 |
|
|
|
|
|
35 |
|
|
|
36 |
|
37 |
![](https://i.hizliresim.com/r3dg24g.png)
|
|
|
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 |
+
# Prompt Generator by PulsarAI:
|
17 |
|
18 |
Welcome to the official repository of Prompt Generator, a powerful tool for effortlessly generating prompts for Large Language Models (LLMs) by PulsarAI.
|
19 |
|
20 |
+
## About Prompt Generator:
|
21 |
|
22 |
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.
|
23 |
|
|
|
24 |
|
25 |
+
## Features:
|
26 |
|
27 |
- Easy-to-use interface
|
28 |
- Fast prompt generation
|
|
|
30 |
- Support for multiple languages
|
31 |
- API integration for seamless use in your applications
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
|
|
|
38 |
|
39 |
|
40 |
|
41 |
+
## Training:
|
42 |
+
This model trained on ```Google Colab T4```
|
43 |
|
44 |
+
Loss Graph:
|
45 |
|
46 |
![](https://i.hizliresim.com/r3dg24g.png)
|