Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
•
2e501e3
1
Parent(s):
6e40536
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
|
7 |
|
8 |
def falcon(input_text):
|
9 |
-
model = "tiiuae/falcon-
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
12 |
pipeline = transformers.pipeline(
|
|
|
6 |
|
7 |
|
8 |
def falcon(input_text):
|
9 |
+
model = "tiiuae/falcon-7b-instruct"
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
12 |
pipeline = transformers.pipeline(
|