We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200d7f commit 567079bCopy full SHA for 567079b
1 file changed
examples/train/train_lstm_rotten_tomatoes_sentiment_classification.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+# Trains `bert-base-cased` on the STS-B task for 3 epochs. This is a basic
3
+# demonstration of our training script and `datasets` integration.
4
+textattack train --model-name-or-path lstm --dataset rotten_tomatoes --epochs 50 --learning-rate 1e-5
0 commit comments