meliksahturker commited on
Commit
849ab68
1 Parent(s): 1768a06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 slightly 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
 
 
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