Commit
·
9853e68
1
Parent(s):
2e0d8cc
Update README.md
Browse files
README.md
CHANGED
|
@@ -192,9 +192,9 @@ ISPIn(
|
|
| 192 |
| [RTE3-ITA](https://github.com/gilnoh/RTEFormatWork/tree/master/RTE3-ITdata-original-format) | Min F1-Score | 60% |
|
| 193 |
| [RTE-2009-ITA](https://live.european-language-grid.eu/catalogue/corpus/8121/download/) | Accuracy | 59% |
|
| 194 |
| [RTE-2009-ITA](https://live.european-language-grid.eu/catalogue/corpus/8121/download/) | Min F1-Score | 31% |
|
| 195 |
-
| [SNLI](https://nlp.stanford.edu/projects/snli/) (IT) translated w/NLLB | Accuracy | 74% |
|
| 196 |
-
| [MNLI-Matched](https://cims.nyu.edu/~sbowman/multinli/) (IT) translated w/NLLB | Accuracy | 72% |
|
| 197 |
-
| [MNLI-Mismatched](https://cims.nyu.edu/~sbowman/multinli/) (IT) translated w/NLLB | Accuracy | 73%
|
| 198 |
|
| 199 |
## Next steps
|
| 200 |
1. Create an open pip package called 'ISPIn' that lets the user to run directly the model without adding any additional code to a project.
|
|
|
|
| 192 |
| [RTE3-ITA](https://github.com/gilnoh/RTEFormatWork/tree/master/RTE3-ITdata-original-format) | Min F1-Score | 60% |
|
| 193 |
| [RTE-2009-ITA](https://live.european-language-grid.eu/catalogue/corpus/8121/download/) | Accuracy | 59% |
|
| 194 |
| [RTE-2009-ITA](https://live.european-language-grid.eu/catalogue/corpus/8121/download/) | Min F1-Score | 31% |
|
| 195 |
+
| [SNLI](https://nlp.stanford.edu/projects/snli/) (IT) translated w/[NLLB](https://huggingface.co/facebook/nllb-200-distilled-600M) | Accuracy | 74% |
|
| 196 |
+
| [MNLI-Matched](https://cims.nyu.edu/~sbowman/multinli/) (IT) translated w/[NLLB](https://huggingface.co/facebook/nllb-200-distilled-600M) | Accuracy | 72% |
|
| 197 |
+
| [MNLI-Mismatched](https://cims.nyu.edu/~sbowman/multinli/) (IT) translated w/[NLLB](https://huggingface.co/facebook/nllb-200-distilled-600M) | Accuracy | 73%
|
| 198 |
|
| 199 |
## Next steps
|
| 200 |
1. Create an open pip package called 'ISPIn' that lets the user to run directly the model without adding any additional code to a project.
|