Spaces:
Sleeping
Sleeping
un-index
commited on
Commit
·
571d832
1
Parent(s):
25114bd
app.py
CHANGED
|
@@ -36,13 +36,9 @@ generator = pipeline('text-generation', model='gpt2')
|
|
| 36 |
|
| 37 |
title = "GPT-J-6B"
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
#
|
| 42 |
-
# ["In a shocking discovery, scientists have found a herd of unicorns living in a remote, previously unexplored valley, in the Andes Mountains. Even more surprising to the researchers was the fact that the unicorns spoke perfect English."],
|
| 43 |
-
# ["The first step in the process of developing a new language is to invent a new word."],
|
| 44 |
-
# ]
|
| 45 |
-
title = "GPT-J-6B"
|
| 46 |
|
| 47 |
examples = [
|
| 48 |
# another machine learning example
|
|
|
|
| 36 |
|
| 37 |
title = "GPT-J-6B"
|
| 38 |
|
| 39 |
+
|
| 40 |
+
title = "text generator based on GPT models"
|
| 41 |
+
# TODO TODO TODO TODO support fine tuned models or models for text generation for different purposes
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
examples = [
|
| 44 |
# another machine learning example
|