nlpaueb commited on
Commit
f4140c8
1 Parent(s): 5abbdb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -50,19 +50,19 @@ model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
50
 
51
  ## Use LEBAL-BERT variants as Language Models
52
 
53
- | Model | Masked token | Predictions |
54
  | ---------------------------------- | ------------ | ------------ |
55
  | Total net sales [MASK] 2% or $5.4 billion during 2019 compared to 2018.
56
- | **BERT-BASE-UNCASED** | decreased | increased -> 0.221<br> were -> 0.131<br> are -> 0.103<br> rose -> 0.075<br> of -> 0.058
57
- | **SEC-BERT-BASE** | decreased | ('increased', '0.678'), ('decreased', '0.282'), ('declined', '0.017'), ('grew', '0.016'), ('rose', '0.004')
58
- | **SEC-BERT-NUM** | decreased | ('increased', '0.678'), ('decreased', '0.282'), ('declined', '0.017'), ('grew', '0.016'), ('rose', '0.004')
59
- | **SEC-BERT-SHAPE** | decreased | ('increased', '0.678'), ('decreased', '0.282'), ('declined', '0.017'), ('grew', '0.016'), ('rose', '0.004')
60
  | | |
61
  | Total net sales decreased 2% or $5.4 [MASK] during 2019 compared to 2018.
62
- | **BERT-BASE-UNCASED** | billion | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')
63
- | **SEC-BERT-BASE** | billion | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')
64
- | **SEC-BERT-NUM** | billion | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')
65
- | **SEC-BERT-SHAPE** | billion | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')
66
  | | |
67
  | During 2019, the Company [MASK] $67.1 billion of its common stock and paid dividend equivalents of $14.1 billion.
68
  | **BERT-BASE-UNCASED** | repurchased | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')
 
50
 
51
  ## Use LEBAL-BERT variants as Language Models
52
 
53
+ | Model | Masked token | Predictions (Probability) |
54
  | ---------------------------------- | ------------ | ------------ |
55
  | Total net sales [MASK] 2% or $5.4 billion during 2019 compared to 2018.
56
+ | **BERT-BASE-UNCASED** | decreased | increased (0.221), were (0.131), are (0.103), rose (0.075), of (0.058)
57
+ | **SEC-BERT-BASE** | decreased | increased (0.678), decreased (0.282), declined (0.017), grew (0.016), rose (0.004)
58
+ | **SEC-BERT-NUM** | decreased | increased (0.665), decreased (0.281), grew (0.028), declined (0.015), rose (0.008)
59
+ | **SEC-BERT-SHAPE** | decreased | increased (0.793), decreased (0.145), grew (0.042), declined (0.011), rose (0.003)
60
  | | |
61
  | Total net sales decreased 2% or $5.4 [MASK] during 2019 compared to 2018.
62
+ | **BERT-BASE-UNCASED** | billion |
63
+ | **SEC-BERT-BASE** | billion |
64
+ | **SEC-BERT-NUM** | billion |
65
+ | **SEC-BERT-SHAPE** | billion |
66
  | | |
67
  | During 2019, the Company [MASK] $67.1 billion of its common stock and paid dividend equivalents of $14.1 billion.
68
  | **BERT-BASE-UNCASED** | repurchased | ('letter', '0.38'), ('dealer', '0.04'), ('employment', '0.03'), ('award', '0.03'), ('contribution', '0.02')