Scaryscar commited on
Commit
886f3cb
·
verified ·
1 Parent(s): 7cc5166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Replace with your actual Hugging Face username and model repo
6
- model_id = "your-username/my-wizardmath-finetuned"
7
 
8
  # Load model and tokenizer
9
  tokenizer = AutoTokenizer.from_pretrained(model_id)
 
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Replace with your actual Hugging Face username and model repo
6
+ model_id = "Scaryscar/Hackhaton"
7
 
8
  # Load model and tokenizer
9
  tokenizer = AutoTokenizer.from_pretrained(model_id)