> Submisson Format

Hi,

Could you please let me know the submission format ? Thanks.

Posted by: hanumabv @ March 16, 2023, 7:24 a.m.

Hi, we will use the same format of the train and dev set.

Posted by: wassa23codemixed @ April 3, 2023, 6:16 a.m.

Hey, as mentioned tried submitting zip file multiple times. But getting the below error. Could you please suggest?

Traceback (most recent call last):
File "/worker/worker.py", line 313, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 132, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/local/lib/python2.7/zipfile.py", line 770, in __init__
self._RealGetContents()
File "/usr/local/lib/python2.7/zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

Posted by: hanumabv @ April 5, 2023, 4:18 a.m.

I am also getting the same error.

Even if i submit the dev.zip that is released, i am getting the same error listed above.

Can you please check what is the issue, and please give clear instructions?

Posted by: prashantkodali @ April 8, 2023, 5:08 a.m.

Hey, Could you please provide an update? Thanks!

Posted by: hanumabv @ April 13, 2023, 10:59 a.m.

Hello, I am getting the same error - any response on it? Thanks!

Posted by: kushaltatariya @ April 14, 2023, 9:49 a.m.

I also tried to upload a pytorch_model.bin zipfile which gave me this error:

Error:
Traceback (most recent call last):
File "/worker/worker.py", line 313, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 164, in get_bundle
metadata = yaml.load(mf)
File "/usr/local/lib/python2.7/site-packages/yaml/__init__.py", line 69, in load
loader = Loader(stream)
File "/usr/local/lib/python2.7/site-packages/yaml/loader.py", line 34, in __init__
Reader.__init__(self, stream)
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 85, in __init__
self.determine_encoding()
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 135, in determine_encoding
self.update(1)
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 165, in update
exc.encoding, exc.reason)
ReaderError: 'utf8' codec can't decode byte #x80: invalid start byte
in "/tmp/codalab/tmpzF4eW3/run/program/metadata", position 64

Posted by: kushaltatariya @ April 14, 2023, 9:57 a.m.

Same 'not a zip file' error. Please provide an update

Posted by: anedilko @ April 14, 2023, 9:03 p.m.

There is a problem because of codalab. We are trying to fix it.

Posted by: wassa23codemixed @ April 15, 2023, 6:06 a.m.
Post in this thread