legolasyiu commited on
Commit
7675058
1 Parent(s): 8680ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', framework="torch")
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)