padamenko's picture
Upload folder using huggingface_hub
35a4ba5 verified

Here’s your Markdown text, organized for clear readability:

Task Description

Instances

Instance ID Short Title
reframe-0 Performance threshold goes to -inf when it should be zero.
pyflakes-1 Walrus operator + annotation can cause F821
sqlglot-2 MySQL dialect fails to parse PRIMARY KEY USING BTREE syntax
matchms-3 matchms fails when reading spectra where abundance is in scientific notation #809
guarddog-4 Add Mach-O magic bytes to bundled binary detector #523
pdoc-5 Include HTML headers in ToC
QCElemental-6 QCElemental allows floating point numbers for molecular charges, however when computing the spin with the fractional electron there is no way to represent the molecular multiplicity with just an integer.
sqlglot-7 TSQL: PRIMARY KEY constraint fails to parse if
sqlglot-8 [BUG] Conversion from SQL Server's DATEADD(quarter...) to PostgreSQL not working properly
python-markdownify-9 Inline Quotation element ignored

ToDo

  1. Load dataset

    • Write code to load the dataset from huggingface padamenko/swemera-10tasks-pyconf and save it to data.jsonl
  2. Run agent and update patch column

    • Execute your agent, obtain git diff, and update the patch column accordingly.
  3. Run evaluation

    swemera --fn_input=data.jsonl --fn_output=submission.jsonl --column_patch=patch --mode=docker
    
    • If you encounter issues with Docker, use:
    swemera --fn_input=data.jsonl --fn_output=submission.jsonl --column_patch=patch --mode=local