Aidan Phillips
commited on
Commit
·
d2375b8
1
Parent(s):
d567ddb
tweak readme
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ which applies a downward adjustment to the loss for rare words where $\alpha$ is
|
|
27 |
|
28 |
$$\mathcal J_{\text{adj}} = \frac {1} {\mathbb W} \sum_{w \in \mathbb W} \mathcal L_w.$$
|
29 |
|
30 |
-
We then generate a fluency score $\
|
31 |
|
32 |
-
$$\
|
33 |
|
34 |
where $s$ is some steepness factor and $m$ is the midpoint (where the score should be $50$).
|
|
|
27 |
|
28 |
$$\mathcal J_{\text{adj}} = \frac {1} {\mathbb W} \sum_{w \in \mathbb W} \mathcal L_w.$$
|
29 |
|
30 |
+
We then generate a fluency score $\textbf{FS}$ from $0$ to $100$ using the logistic function
|
31 |
|
32 |
+
$$\textbf{FS}_{\mathbb W} = \frac{100}{1+\exp(s \times \mathcal J_{\text{adj}} - m)}$$
|
33 |
|
34 |
where $s$ is some steepness factor and $m$ is the midpoint (where the score should be $50$).
|