tomrb commited on
Commit
266a508
·
1 Parent(s): 0dee9e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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