Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def load_dataset(file_path, tokenizer, block_size=128):
|
|
| 19 |
return None
|
| 20 |
|
| 21 |
# Path to your custom dataset
|
| 22 |
-
file_path = "/
|
| 23 |
|
| 24 |
# Load and tokenize the dataset
|
| 25 |
dataset = load_dataset(file_path, tokenizer)
|
|
|
|
| 19 |
return None
|
| 20 |
|
| 21 |
# Path to your custom dataset
|
| 22 |
+
file_path = "https://huggingface.co/spaces/soalwin/meow/resolve/main/gpt2trainmodel.txt"
|
| 23 |
|
| 24 |
# Load and tokenize the dataset
|
| 25 |
dataset = load_dataset(file_path, tokenizer)
|