spring
spring copied to clipboard
SPRING is a seq2seq model for Text-to-AMR and AMR-to-Text (AAAI2021).
It was a pain to install the requested version of transformers (well, actually its `tokenizers==0.7.0` dependency) on our cluster. So I am hoping to contribute a fix to make the...
Thank you for open-sourcing your repo! I am trying to reproduce your results but found difficulty reaching the same scores. I then found that the hyperparameters [in the config](https://github.com/SapienzaNLP/spring/blob/main/configs/config.yaml) are...
We're having problems installing transformers 2.11 because of tokenizers. I tried multiple versions that are
I think there is a small mistake that leads to a big difference in the smart initialization. https://github.com/SapienzaNLP/spring/blob/39079940d028ba0dde4c1af60432be49f67d76f8/spring_amr/utils.py#L106 The following line will never match becase the special `INIT` token comes...
Hello, is there a way to use your scripts to further finetune one of your pretrained checkpoints (for e.g. with a new source of AMRs that's not in your training...
When trying to run the command (checkpoint is the AMR3.parsing-1.0.tar.bz2 one) ``` python bin/train.py --config configs/config.yaml --direction amr --checkpoint /content/drive/MyDrive/AMRS/SPRING_AMR3_parser.pt ``` I get the error ``` Traceback (most recent call...