Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ examples = [["Adventurer is approached by a mysterious stranger in the tavern fo
|
|
10 |
|
11 |
|
12 |
|
13 |
-
generator = pipeline('text-generation', model='tomrb/bettercallbloom-3b')
|
14 |
|
15 |
def preprocess(text):
|
16 |
#We add 'Question :' and 'Answer #1:' at the start and end of the prompt
|
|
|
10 |
|
11 |
|
12 |
|
13 |
+
generator = pipeline('text-generation', model='tomrb/bettercallbloom-3b-8bit')
|
14 |
|
15 |
def preprocess(text):
|
16 |
#We add 'Question :' and 'Answer #1:' at the start and end of the prompt
|