KLUE icon indicating copy to clipboard operation
KLUE copied to clipboard

[Leaderboard] Error on submission tab

Open kwonmha opened this issue 2 years ago • 7 comments

Description

I submitted my works and after 3 trials, it fails to show me information on "My submission" and "Job log" tab as below. It still happens when I logout and re login.

Screenshots

image

Desktop

chrome

===================================================================== This is another question. My submission failed. But it doesn't let me know how to fix it.

My 1st, 2nd trial composed as inference.py requirements.txt util.py model -model.tar.gz

my 3rd trial composed as: model -model.tar.gz

wos -inference.py -requirements.txt -util.py

Please let me know how compose submission tar.gz file.

kwonmha avatar May 04 '22 09:05 kwonmha

Also interested in how the submission file should be.

conan1024hao avatar May 12 '22 06:05 conan1024hao

@kwonmha DST submission example code can be downloaded at https://klue-benchmark.com/tasks/73/data/download. By comparing the code, you might figure it out! :)

inmoonlight avatar May 17 '22 00:05 inmoonlight

@conan1024hao I guess you wanted to see the test score on YNAT. If so, you can find example code at https://klue-benchmark.com/tasks/66/data/download !

inmoonlight avatar May 17 '22 00:05 inmoonlight

@inmoonlight Thanks for help. But I failed to submit before opening this issue though I made my submission file same format as example code.

It says nothing but failed which makes fixing difficult. image

And I tried to find other information from job logs or other things but couldn't find anything helpful.

kwonmha avatar May 17 '22 02:05 kwonmha

Additional note: If I download example code and submit for testing, it still gives same submission failure(I know it downs't have model files).

kwonmha avatar May 19 '22 05:05 kwonmha

@inmoonlight @JunYeopLee @marble25 @SungjoonPark

Hello, did someone check this issue?

  1. Is submission working well with well-formatted tar.gz file?
  2. It still gives me an error when click "My submission" and "Job log".
  3. Let me know how files should be involved tar.gz file.

kwonmha avatar May 26 '22 06:05 kwonmha

Has this problem been resolved? Same issue occurs.

image

My submit file configuration is below. wos_code_tar.gz

  • dataloader.py
  • dataset.py
  • inference.py
  • model.py
  • requirements.txt
  • utils
  • model
    • wos_model.tar.gz
      • config.json
      • special_tokens_map.json
      • spm.model
      • tokenizer_config.json
      • trade-0.bin

image

mssongit avatar Dec 30 '22 01:12 mssongit