soalwin commited on
Commit
81d071c
·
verified ·
1 Parent(s): 32f6fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/content/drive/MyDrive/Colab Notebooks/gpt2trainmodel.txt"
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)