Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ HF-version model for PRIMERA: Pyramid-based Masked Sentence Pre-training for Mul
|
|
6 |
|
7 |
The original code can be found [here](https://github.com/allenai/PRIMER). You can find the script and notebook to train/evaluate the model in the original github repo.
|
8 |
|
9 |
-
* Note: due to the difference between the implementations of the original Longformer and the Huggingface LED model, the results of converted models are slightly different. We run a sanity check on both fine-tuned and non fine-tuned models
|
10 |
|
11 |
| Model | Rouge-1 | Rouge-2 | Rouge-L |
|
12 |
| --- | ----------- |----------- |----------- |
|
|
|
6 |
|
7 |
The original code can be found [here](https://github.com/allenai/PRIMER). You can find the script and notebook to train/evaluate the model in the original github repo.
|
8 |
|
9 |
+
* Note: due to the difference between the implementations of the original Longformer and the Huggingface LED model, the results of converted models are slightly different. We run a sanity check on both fine-tuned and non fine-tuned models on the **MultiNews dataset**, and show the results below:
|
10 |
|
11 |
| Model | Rouge-1 | Rouge-2 | Rouge-L |
|
12 |
| --- | ----------- |----------- |----------- |
|