From 1753b68e77400cfe87d26be6e7de6486c00730f9 Mon Sep 17 00:00:00 2001 From: nreimers Date: Mon, 19 Aug 2019 16:28:01 +0200 Subject: [PATCH] Example comments --- examples/training_nli_bert.py | 2 +- examples/training_nli_roberta.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/training_nli_bert.py b/examples/training_nli_bert.py index 67488ca01..b70a2cf0d 100755 --- a/examples/training_nli_bert.py +++ b/examples/training_nli_bert.py @@ -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 """ diff --git a/examples/training_nli_roberta.py b/examples/training_nli_roberta.py index ed6d79707..c304904ff 100755 --- a/examples/training_nli_roberta.py +++ b/examples/training_nli_roberta.py @@ -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 """