Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,9 @@ These metrics were computed using the `rouge_scorer` library for ROUGE scores.
|
|
61 |
#### Training Arguments
|
62 |
The model was trained using the following Hugging Face Seq2SeqTrainingArguments:
|
63 |
|
64 |
-
|
|
65 |
| ------------- |:-------------:|
|
|
|
66 |
| Logging Steps | 1000 |
|
67 |
| Dataloader Workers | 4 |
|
68 |
| Predict with Generate | True |
|
|
|
61 |
#### Training Arguments
|
62 |
The model was trained using the following Hugging Face Seq2SeqTrainingArguments:
|
63 |
|
64 |
+
| Arguments | Value |
|
65 |
| ------------- |:-------------:|
|
66 |
+
| Save Strategy | Per Epoch |
|
67 |
| Logging Steps | 1000 |
|
68 |
| Dataloader Workers | 4 |
|
69 |
| Predict with Generate | True |
|