Commit ·
c1fa0b3
1
Parent(s): e81ff46
README.md: format table as raw text
Browse files
README.md
CHANGED
|
@@ -27,6 +27,7 @@ The directory `transformer_models/` contains a pretrained model, [electra-base-i
|
|
| 27 |
|
| 28 |
The parser scores as follows:
|
| 29 |
|
|
|
|
| 30 |
Metric | Precision | Recall | F1 Score | AligndAcc
|
| 31 |
-----------+-----------+-----------+-----------+-----------
|
| 32 |
Tokens | 99.70 | 99.77 | 99.73 |
|
|
@@ -35,6 +36,7 @@ Words | 99.62 | 99.61 | 99.61 |
|
|
| 35 |
UAS | 89.58 | 89.57 | 89.58 | 89.92
|
| 36 |
LAS | 86.46 | 86.45 | 86.46 | 86.79
|
| 37 |
CLAS | 82.30 | 81.81 | 82.05 | 82.24
|
|
|
|
| 38 |
|
| 39 |
## License
|
| 40 |
https://opensource.org/licenses/Apache-2.0
|
|
|
|
| 27 |
|
| 28 |
The parser scores as follows:
|
| 29 |
|
| 30 |
+
```
|
| 31 |
Metric | Precision | Recall | F1 Score | AligndAcc
|
| 32 |
-----------+-----------+-----------+-----------+-----------
|
| 33 |
Tokens | 99.70 | 99.77 | 99.73 |
|
|
|
|
| 36 |
UAS | 89.58 | 89.57 | 89.58 | 89.92
|
| 37 |
LAS | 86.46 | 86.45 | 86.46 | 86.79
|
| 38 |
CLAS | 82.30 | 81.81 | 82.05 | 82.24
|
| 39 |
+
```
|
| 40 |
|
| 41 |
## License
|
| 42 |
https://opensource.org/licenses/Apache-2.0
|