Commit ·
50695f9
1
Parent(s): af83f90
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ The prediction labels may assume three possible values:
|
|
| 14 |
1. Train [paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2) on the NLI task;
|
| 15 |
2. Apply Knowledge Distillation on the output of (1.) with IT-EN translation dataset to retain NLI knowledge and improve Italian language comprehension.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# Usage #1 (HuggingFace Transformers)
|
| 18 |
In the environment on which you want to run the project, type:
|
| 19 |
```markdown
|
|
|
|
| 14 |
1. Train [paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2) on the NLI task;
|
| 15 |
2. Apply Knowledge Distillation on the output of (1.) with IT-EN translation dataset to retain NLI knowledge and improve Italian language comprehension.
|
| 16 |
|
| 17 |
+
More details available in the paper!: https://arxiv.org/abs/2309.02887
|
| 18 |
+
|
| 19 |
# Usage #1 (HuggingFace Transformers)
|
| 20 |
In the environment on which you want to run the project, type:
|
| 21 |
```markdown
|