Spaces:
Build error
Build error
Update train_model.py
Browse files- 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 = '
|
| 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:
|