Skip to content

Commit

Permalink
Example comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Aug 19, 2019
1 parent e7172d4 commit 1753b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/training_nli_bert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This is a simple training example. The system trains on the SNLI + MultiNLI (AllNLI) dataset
The system trains BERT on the SNLI + MultiNLI (AllNLI) dataset
with softmax loss function. At every 1000 training steps, the model is evaluated on the
STS benchmark dataset
"""
Expand Down
2 changes: 1 addition & 1 deletion examples/training_nli_roberta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This is a simple training example. The system trains on the SNLI + MultiNLI (AllNLI) dataset
The system RoBERTa trains on the SNLI + MultiNLI (AllNLI) dataset
with softmax loss function. At every 1000 training steps, the model is evaluated on the
STS benchmark dataset
"""
Expand Down

0 comments on commit 1753b68

Please sign in to comment.