GrahamW commited on
Commit
13b1466
·
verified ·
1 Parent(s): 4079cb1

meta-llama/Meta-Llama-3-8B

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ description = "A State-of-the-Art Large-scale Pretrained Response generation mod
8
  examples = [["How are you?"]]
9
 
10
 
11
- tokenizer = AutoTokenizer.from_pretrained("timpal0l/mdeberta-v3-base-squad2")
12
- model = AutoModelForCausalLM.from_pretrained("timpal0l/mdeberta-v3-base-squad2")
13
 
14
  def predict(input, history=[]):
15
  # tokenize the new input sentence
 
8
  examples = [["How are you?"]]
9
 
10
 
11
+ tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B")
12
+ model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
13
 
14
  def predict(input, history=[]):
15
  # tokenize the new input sentence