Commit
·
8843343
1
Parent(s):
09e350f
modified hyperparameters
Browse files
README.md
CHANGED
@@ -19,7 +19,6 @@ print(decoded_output) # I'm not sure where you can get good quality Italian food
|
|
19 |
## Hyperparameters
|
20 |
|
21 |
```
|
22 |
-
batch_size = 96
|
23 |
n_epochs = 2
|
24 |
base_LM_model = "T5-base"
|
25 |
max_seq_len = 256
|
|
|
19 |
## Hyperparameters
|
20 |
|
21 |
```
|
|
|
22 |
n_epochs = 2
|
23 |
base_LM_model = "T5-base"
|
24 |
max_seq_len = 256
|