Yuchan commited on
Commit
9b34589
·
verified ·
1 Parent(s): 85a5a0a

Update Model.py

Browse files
Files changed (1) hide show
  1. Model.py +1 -1
Model.py CHANGED
@@ -48,7 +48,7 @@ TOKENIZER_PATH = "ko_unigram.model"
48
 
49
  if not os.path.exists(DATA_PATH):
50
  download_file(
51
- "https://huggingface.co/datasets/Yuchan5386/SFT/resolve/main/data_shuffled_1.jsonl?download=true",
52
  DATA_PATH
53
  )
54
 
 
48
 
49
  if not os.path.exists(DATA_PATH):
50
  download_file(
51
+ "https://huggingface.co/datasets/Yuchan5386/Prototype/resolve/main/corpus_ko.txt?download=true",
52
  DATA_PATH
53
  )
54