Keiraj commited on
Commit
5526ac1
·
verified ·
1 Parent(s): 7e52dde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
3
  import torch
4
 
5
  # Load the model and tokenizer
6
- model_name = "Qwen/Qwen2.5-1.5B-Instruct"
7
  model = AutoModelForCausalLM.from_pretrained(
8
  model_name,
9
  torch_dtype="auto",
 
3
  import torch
4
 
5
  # Load the model and tokenizer
6
+ model_name = "microsoft/DialoGPT-small"
7
  model = AutoModelForCausalLM.from_pretrained(
8
  model_name,
9
  torch_dtype="auto",