Closed qtyandhasee closed 3 weeks ago
Hi, you can use "QSTLlamaForSequenceClassification" or "QSTOPTForSequenceClassification" and the huggingface GLUE dataset to test QST's performance.
Hi, you can use "QSTLlamaForSequenceClassification" or "QSTOPTForSequenceClassification" and the huggingface GLUE dataset to test QST's performance.
Should I use the file "qst.py" or https://github.com/huggingface/transformers/blob/main/examples/pytorch/text-classification/run_glue.py
Do you train on GLUE dataset?
Hi, I've uploaded the glue_qst.py to conduct experiments on the GLUE benchmark and you can run the glue_qsy.sh to run the script.
Hi, I've uploaded the glue_qst.py to conduct experiments on the GLUE benchmark and you can run the glue_qsy.sh to run the script.
Thank you!
Hello! Thank you for your excellent code. In the paper, it is mentioned that fine-tuning was done on the GLUE dataset, but the load_data function in the code does not include GLUE. How can the results on the GLUE dataset be reproduced? Thank you very much!