Update my_model/config/fine_tuning_config.py
Browse files
my_model/config/fine_tuning_config.py
CHANGED
@@ -109,7 +109,3 @@ EVALUATION_STEPS = 5
|
|
109 |
|
110 |
# Maximum number of tokens per sample in the dataset
|
111 |
MAX_TOKEN_COUNT = 1024
|
112 |
-
|
113 |
-
|
114 |
-
if __name__=="__main__":
|
115 |
-
pass
|
|
|
109 |
|
110 |
# Maximum number of tokens per sample in the dataset
|
111 |
MAX_TOKEN_COUNT = 1024
|
|
|
|
|
|
|
|