nishantsharma02 commited on
Commit
8e46692
·
1 Parent(s): d8e0d61

NEw changes

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
3
 
4
  # Load the model and tokenizer using Hugging Face
5
- model_name = "microsoft/Phi-3-mini-4k-instruct"
 
6
 
7
 
8
  # Explicitly load the tokenizer and model
 
2
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
3
 
4
  # Load the model and tokenizer using Hugging Face
5
+ #model_name = "microsoft/Phi-3-mini-4k-instruct"
6
+ model_name = "KingNish/Qwen2.5-0.5b-Test-ft"
7
 
8
 
9
  # Explicitly load the tokenizer and model