system HF staff commited on
Commit
3e02233
1 Parent(s): 5a03b66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -1,5 +1,4 @@
1
- ## TextAttack Model CardThis `albert-base-v2` model was fine-tuned for sequence classification using TextAttack
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 3e-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 3e-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.