several lfs uploads are switched

#3
by llllvvuu - opened
; git lfs fetch 
fetch: Fetching reference refs/heads/main
expected OID 02fe0e1530fd3d2688cf32df245f9976557d582ef811dfe918e22396b3fecd7c, got 6997c0c5913007e67cc6c498cc9fd13994ea0a207e4ee17c12fca42b8788c3bf after 23990935 bytes written                                                                                     
expected OID ac5b14d1a848b20f48f7ab7a0779d108032bb5304399097d932fd447e44bc69f, got 02fe0e1530fd3d2688cf32df245f9976557d582ef811dfe918e22396b3fecd7c after 42711476 bytes written
expected OID 07006c7e87cc24203590a9edac2d350f17e74d530741b180136e90d265722196, got aa70fab4188368dde6802bbfdd1a06688cdf19812c546421ac0fe2b3c94d79e7 after 58317500 bytes written                                                                                     
expected OID 0540c26662e1942349a3a10a20f925ba84e7556388f464b4ad70b88001859e58, got 12218f5fb7cdbe9e480cc3fe23c3b5ada2ee5de9a776c44a64b3e5f36329ee11 after 68622016 bytes written
error: failed to fetch some objects from 'https://huggingface.co/datasets/hackercupai/hackercup.git/info/lfs'

These expected hashes correspond to the following files:

; git grep 02fe0e1530fd3d2688cf32df245f9976557d582ef811dfe918e22396b3fecd7c
2018/finals/personal.in:oid sha256:02fe0e1530fd3d2688cf32df245f9976557d582ef811dfe918e22396b3fecd7c
; git grep ac5b14d1a848b20f48f7ab7a0779d108032bb5304399097d932fd447e44bc69f
2018/finals/claw.in:oid sha256:ac5b14d1a848b20f48f7ab7a0779d108032bb5304399097d932fd447e44bc69f
; git grep 07006c7e87cc24203590a9edac2d350f17e74d530741b180136e90d265722196
2019/finals/little_boat_on_the_sea.in:oid sha256:07006c7e87cc24203590a9edac2d350f17e74d530741b180136e90d265722196
; git grep 0540c26662e1942349a3a10a20f925ba84e7556388f464b4ad70b88001859e58
2022/round1/consecutive_cuts_ch1.in:oid sha256:0540c26662e1942349a3a10a20f925ba84e7556388f464b4ad70b88001859e58

Indeed, comparing these .in file contents to the corresponding problem statements, it seems that the .in file contents are wrong but the parquet data is correct. So this can probably be fixed by extracted from the parquet file.

Sign up or log in to comment