UMCU commited on
Commit
3f54a28
·
verified ·
1 Parent(s): 267c1b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -22,6 +22,8 @@ The model was trained in a multilabel-sense, using a binary cross-entropy loss p
22
  (that is **O**utside the span, **B**eginning of the span, **I**nside the span)
23
  We replaced the standard 768-weight linear layer by 3x768 dense layers with 10\% dropout and ReLu activations.
24
 
 
 
25
  Token classification scores (answering the question: ***given** the span, to which class does it belong?*):
26
 
27
  ```json
 
22
  (that is **O**utside the span, **B**eginning of the span, **I**nside the span)
23
  We replaced the standard 768-weight linear layer by 3x768 dense layers with 10\% dropout and ReLu activations.
24
 
25
+ The weights are a result of chained SLERP over five cross-validated folds.
26
+
27
  Token classification scores (answering the question: ***given** the span, to which class does it belong?*):
28
 
29
  ```json