oguuzhansahin
commited on
Commit
•
aeef740
1
Parent(s):
2c2b0fb
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,18 @@ print(res)
|
|
32 |
[{'summary_text': "Haylee is in the dairy section. She can't find the coconut milk yog"}]
|
33 |
|
34 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
### Model Performance
|
36 |
|
37 |
| Epoch | Training Loss | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
|
|
32 |
[{'summary_text': "Haylee is in the dairy section. She can't find the coconut milk yog"}]
|
33 |
|
34 |
```
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
+
- seed: 2023
|
43 |
+
- num_epochs: 5
|
44 |
+
- MAX_LENGTH_DIALOGUE = 768
|
45 |
+
- MAX_LENGTH_SUMMARY = 128
|
46 |
+
|
47 |
### Model Performance
|
48 |
|
49 |
| Epoch | Training Loss | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|