LUMIA-Group / rasat

The official implementation of the paper "RASAT: Integrating Relational Structures into Pretrained Seq2Seq Model for Text-to-SQL"(EMNLP 2022)
https://arxiv.org/abs/2205.06983
Apache License 2.0
63 stars 18 forks source link

Hello, I have a small question for you. What is the meaning of the sequence number after the model configuration file? #20

Closed kanseaveg closed 1 year ago

kanseaveg commented 1 year ago

Hello, I have a small question for you. What is the meaning of the sequence number after the model configuration file?

image

In the Spider dataset, there are also such configuration file extensions. image

I would like to ask what these mean, and if I use t5-small for training, which configuration file should I use for evaluation?

Wishing you good health during the Dragon Boat Festival and success in your work. Best regards.

JiexingQi commented 1 year ago

Hi, @kanseaveg , this number means the global steps. Different number means different checkpoint.

kanseaveg commented 1 year ago

Sincerely thank you for your answer. I will give the t5-small version a try. Once again, thank you, my dear Q classmate.