Jyotiyadav commited on
Commit
61b6d4d
·
verified ·
1 Parent(s): a2df6d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_output(input_text):
57
  output = ""
58
  # Initialize the FastLanguageModel
59
  model, tokenizer = FastLanguageModel.from_pretrained(
60
- model_name = "DataIntelligenceTeam/llama-3-8b-Instruct-bnb-4bit",
61
  max_seq_length = 2500,
62
  dtype = None,
63
  load_in_4bit = True,
 
57
  output = ""
58
  # Initialize the FastLanguageModel
59
  model, tokenizer = FastLanguageModel.from_pretrained(
60
+ model_name = "DataIntelligenceTeam/mistral-7b-instruct-v0.2-bnb-4bit",
61
  max_seq_length = 2500,
62
  dtype = None,
63
  load_in_4bit = True,