xlang-ai / UnifiedSKG

[EMNLP 2022] Unifying and multi-tasking structured knowledge grounding with language models
https://arxiv.org/abs/2201.05966
Apache License 2.0
546 stars 58 forks source link

Model checkpoints and outputs for T5-3b #37

Closed carlos-gemmell closed 1 year ago

carlos-gemmell commented 1 year ago

Hi, thank you for the cool work!

I am a student at the University of Glasgow looking to reproduce your results for tabular question answering. The largest checkpoints available to download are T5 large yet to make the best analysis we require T5 3B.

May you upload these to the hugging face model hub please?

Alternatively, could you provide model predictions for all datasets and model variants for test and dev sets since then the models themselves will not need to be run.

Thanks!

Timothyxxx commented 1 year ago

Hi,

Thanks for your question and sorry for the delay! Unfortunately, the model weights at that time have been cleaned. To reproduce, you can refer to issue #14 for details of running. And if you don't want to train yourself and just need the weight, you can also refer to PICARD for its uploaded weight, since we used similar formulation and got close results. Feel free to contact us if you have further questions!

Thanks!