Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,10 @@ The model was trained on the Spider dataset Link: https://yale-lily.github.io/sp
|
|
4 |
The model was trained using Google colab.
|
5 |
|
6 |
Hyperparameters:
|
7 |
-
num_epochs = 3
|
8 |
-
learning rate = 1e-5
|
9 |
-
batch_size = 8
|
10 |
-
weight_decay = 0.01
|
11 |
-
max_input_length = 256
|
12 |
-
max_target_length = 256
|
13 |
"model name" : "facebook/bart-large-cnn"
|
|
|
4 |
The model was trained using Google colab.
|
5 |
|
6 |
Hyperparameters:
|
7 |
+
"num_epochs" = 3
|
8 |
+
"learning rate" = 1e-5
|
9 |
+
"batch_size" = 8
|
10 |
+
"weight_decay" = 0.01
|
11 |
+
"max_input_length" = 256
|
12 |
+
"max_target_length" = 256
|
13 |
"model name" : "facebook/bart-large-cnn"
|