erpsarang commited on
Commit
aa3d2b2
·
verified ·
1 Parent(s): 53f0202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ description = "bigdata GPT"
8
  examples = [["How are you?"]]
9
 
10
 
11
- tokenizer = AutoTokenizer.from_pretrained("erpsarang/Llama-3-Open-Ko-8B-Instruct-erpsarang")
12
- model = AutoModelForCausalLM.from_pretrained("erpsarang/Llama-3-Open-Ko-8B-Instruct-erpsarang")
13
 
14
 
15
  def predict(input, history=[]):
 
8
  examples = [["How are you?"]]
9
 
10
 
11
+ tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-large")
12
+ model = AutoModelForCausalLM.from_pretrained("microsoft/DialoGPT-large")
13
 
14
 
15
  def predict(input, history=[]):