Fix linter issue part 2

This commit is contained in:
AdilZouitine
2025-04-22 10:56:23 +02:00
parent c5845ee203
commit 6230840397
2 changed files with 12 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ Replace the `dataset_repo_id` field with the identifier for your dataset, which
dataset_repo_id: "my_dataset_repo_id"
## Typical logs and metrics
```
When you start the training process, you will first see your full configuration being printed in the terminal. You can check it to make sure that you config it correctly and your config is not overriden by other files. The final configuration will also be saved with the checkpoint.
When you start the training process, you will first see your full configuration being printed in the terminal. You can check it to make sure that you config it correctly and your config is not overridden by other files. The final configuration will also be saved with the checkpoint.
After that, you will see training log like this one: