Spaces:
Build error
Build error
Commit
·
b135ec8
1
Parent(s):
a9c363a
add repo link
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ iface = gr.Interface(
|
|
| 176 |
label="Generated Text"
|
| 177 |
),
|
| 178 |
title="Shakespeare-Style Text Generator",
|
| 179 |
-
description="""Generate Shakespeare-style text using a fine-tuned GPT model.
|
| 180 |
Adjust the parameters to control the generation:
|
| 181 |
- Temperature: Higher values make the output more random
|
| 182 |
- Top-k: Limits the vocabulary to the k most likely tokens
|
|
|
|
| 176 |
label="Generated Text"
|
| 177 |
),
|
| 178 |
title="Shakespeare-Style Text Generator",
|
| 179 |
+
description="""Generate Shakespeare-style text using a fine-tuned GPT model. Training repository: [https://github.com/dhairyag/ShakespeareGPT-Forge](https://github.com/dhairyag/ShakespeareGPT-Forge)
|
| 180 |
Adjust the parameters to control the generation:
|
| 181 |
- Temperature: Higher values make the output more random
|
| 182 |
- Top-k: Limits the vocabulary to the k most likely tokens
|