English
Fishfishfishfishfish commited on
Commit
030b3c0
·
verified ·
1 Parent(s): a1b5703

Update trainer.py

Browse files
Files changed (1) hide show
  1. trainer.py +1 -1
trainer.py CHANGED
@@ -22,7 +22,7 @@ num_layers = 4
22
 
23
  # Read the text file
24
  logging.info('Reading the text file...')
25
- with open('text.txt', 'r') as file:
26
  text = file.read()
27
  logging.info('Text file read successfully.')
28
 
 
22
 
23
  # Read the text file
24
  logging.info('Reading the text file...')
25
+ with open('fulltext.json', 'r') as file:
26
  text = file.read()
27
  logging.info('Text file read successfully.')
28