patrickvonplaten commited on
Commit
5bd8ae5
·
1 Parent(s): 58271ff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ datasets:
5
+ - glue
6
+ ---
7
+ # Bert-base-cased Fine Tuned Glue Mrpc Demo
8
+
9
+ This checkpoint was initialized from the pre-trained checkpoint bert-base-cased and subsequently fine-tuned on GLUE task: mrpc using [this](https://colab.research.google.com/drive/162pW3wonGcMMrGxmA-jdxwy1rhqXd90x?usp=sharing) notebook.
10
+ Training was conducted for 3 epochs, using a linear decaying learning rate of 2e-05, and a total batch size of 32.
11
+
12
+ The model has a final training loss of 0.103 and a accuracy of 0.831.