Spaces:
Runtime error
Runtime error
legolasyiu
commited on
Commit
•
7675058
1
Parent(s):
8680ad0
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import torch
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Load the model and tokenizer
|
5 |
-
model = pipeline('question-answering', model='EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K', tokenizer='EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K'
|
6 |
|
7 |
def chatbot(input_text):
|
8 |
response = model(input_text)
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Load the model and tokenizer
|
5 |
+
model = pipeline('question-answering', model='EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K', tokenizer='EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K')
|
6 |
|
7 |
def chatbot(input_text):
|
8 |
response = model(input_text)
|