Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ The model is capable of conditional text generation tasks such as text summariza
|
|
| 41 |
It outperforms its multilingual counterparts, albeit being much smaller than other implementations.
|
| 42 |
|
| 43 |
VBART-XLarge is created by adding extra Transformer layers between the layers of VBART-Large. Hence it was able to transfer learned weights from the smaller model while doublings its number of layers.
|
| 44 |
-
VBART-XLarge
|
| 45 |
|
| 46 |
This repository contains fine-tuned TensorFlow and Safetensors weights of VBART for question-answering and generation tasks described in the [paper](https://doi.org/10.55730/1300-0632.3914).
|
| 47 |
|
|
|
|
| 41 |
It outperforms its multilingual counterparts, albeit being much smaller than other implementations.
|
| 42 |
|
| 43 |
VBART-XLarge is created by adding extra Transformer layers between the layers of VBART-Large. Hence it was able to transfer learned weights from the smaller model while doublings its number of layers.
|
| 44 |
+
VBART-XLarge improves the results compared to VBART-Large albeit in small margins.
|
| 45 |
|
| 46 |
This repository contains fine-tuned TensorFlow and Safetensors weights of VBART for question-answering and generation tasks described in the [paper](https://doi.org/10.55730/1300-0632.3914).
|
| 47 |
|