Nj-1111 commited on
Commit
c8d2da6
·
verified ·
1 Parent(s): f9667b1

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ tokenizer.pad_token = tokenizer.eos_token
107
 
108
  print("Downloading model weights...")
109
  model_path = hf_hub_download(
110
- repo_id="neelbose11/gpt-152m-fineweb", # ← your HF username/repo
111
  filename="pytorch_model.pt"
112
  )
113
 
 
107
 
108
  print("Downloading model weights...")
109
  model_path = hf_hub_download(
110
+ repo_id="Nj-1111/gpt-152m-fineweb", # ← your HF username/repo
111
  filename="pytorch_model.pt"
112
  )
113