asmhashenry12345 commited on
Commit
5cc719a
·
verified ·
1 Parent(s): 267e03d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -1,14 +1,29 @@
1
  ---
2
- title: Gpt2 Text Generator
3
- emoji: 🐢
4
- colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
- short_description: gpt2-text-generator
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: GPT-2 Text Generator
3
+ emoji: 🤖
4
+ colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 3.50.0
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
+ # GPT-2 Text Generation Server
13
+
14
+ A simple text generation server using GPT-2, optimized for Hugging Face Spaces free tier.
15
+
16
+ ## Features
17
+ - Text generation using GPT-2
18
+ - Adjustable parameters (temperature, top-p, top-k)
19
+ - Free tier compatible
20
+ - Easy-to-use web interface
21
+
22
+ ## Usage
23
+ 1. Enter your text prompt
24
+ 2. Adjust generation parameters if desired
25
+ 3. Click "Generate Text"
26
+ 4. View the generated continuation
27
+
28
+ ## API Access
29
+ You can also access this via the Gradio API. Check the "Use via API" tab in the interface.