Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- mbart-50
|
6 |
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- SLURP
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- slu-f1
|
12 |
---
|
13 |
+
|
14 |
+
This model is `mbart-large-50-many-to-many-mmt` model fine-tuned on the text part of [SLURP](https://github.com/pswietojanski/slurp) spoken language understanding dataset.
|
15 |
+
|
16 |
+
The scores on the test set are 85.68% and 79.00% for Intent accuracy and SLU-F1 respectively.
|