From e091d5dd3b78c44007ea42570e33bc9db5b7e379 Mon Sep 17 00:00:00 2001 From: saurabhkulkarni77 Date: Tue, 1 Jan 2019 22:22:08 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1689006..058d82c 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ data, you can use small set of hyperparmeter(d_model=128, h=8,d_v=d_k=16, num_la ## Multi-label Classification Task with transformer and BERT -you can use it two solve binary classification, multi-class classification or multi-label classification problem. +you can use it to solve binary classification, multi-class classification or multi-label classification problem. it will print loss during training, and print f1 score for each epoch during validation.