Spaces:
Running
Running
update app.py
Browse files
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="
|
| 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 |
|