Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,24 @@ sdk_version: 4.2.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
author: Sanjana Tule + Sijuade Oguntayo
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# GPT Explorer Gradio App
|
| 15 |
+
|
| 16 |
+
## Introduction
|
| 17 |
+
GPT Explorer is an interactive Gradio app that allows users to experience the power of a GPT-based language model. It provides an intuitive interface for generating text based on user inputs like context prompts, temperature, maximum token length, and top-k random sampling.
|
| 18 |
+
|
| 19 |
+
## Features
|
| 20 |
+
- **Custom Prompt Input**: Enter any text to set the context for the AI's response.
|
| 21 |
+
- **Temperature Setting**: Adjust creativity level for varied output.
|
| 22 |
+
- **Max Tokens**: Define the length of the AI-generated text.
|
| 23 |
+
- **Top-K Sampling**: Control the randomness of the output.
|
| 24 |
+
|
| 25 |
+
## Installation
|
| 26 |
+
To run GPT Explorer locally, you will need to install the required dependencies.
|
| 27 |
+
|
| 28 |
+
```bash
|
| 29 |
+
git clone https://github.com/Delve-ERAV1/S22.git
|
| 30 |
+
cd gpt-explorer
|
| 31 |
+
pip install -r requirements.txt
|