Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
## TextAttack Model
|
2 |
-
and the glue dataset loaded using the `nlp` library. The model was fine-tuned
|
3 |
for 5 epochs with a batch size of 32, a learning
|
4 |
rate of 2e-05, and a maximum sequence length of 128.
|
5 |
Since this was a classification task, the model was trained with a cross-entropy loss function.
|
|
|
1 |
+
## TextAttack Model Cardand the glue dataset loaded using the `nlp` library. The model was fine-tuned
|
|
|
2 |
for 5 epochs with a batch size of 32, a learning
|
3 |
rate of 2e-05, and a maximum sequence length of 128.
|
4 |
Since this was a classification task, the model was trained with a cross-entropy loss function.
|