Rathalos commited on
Commit
130c974
·
verified ·
1 Parent(s): 404f71a

Update train_model.py

Browse files
Files changed (1) hide show
  1. train_model.py +1 -1
train_model.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
  learning_rate = 5e-5
22
 
23
  # File path
24
- text_file_path = 'path/to/your/text/file.txt' # Modifica questo percorso
25
 
26
  # Load text data
27
  with open(text_file_path, 'r', encoding='utf-8') as file:
 
21
  learning_rate = 5e-5
22
 
23
  # File path
24
+ text_file_path = 'text_file.txt' # Modifica questo percorso
25
 
26
  # Load text data
27
  with open(text_file_path, 'r', encoding='utf-8') as file: