Skip to content

Instantly share code, notes, and snippets.

@caspianchu
caspianchu / audio-predictions-v2.jsonl
Created April 15, 2026 13:03
lsg ext attach audio predictions 20260415
{"item_id":"row-1","status":"success","predictions":[{"model_version":"v2","score":0.99,"result":[{"id":"pred-role-row-1","from_name":"role","to_name":"audio","type":"labels","value":{"start":0.0,"end":1.0,"channel":0,"labels":["kh"]}},{"id":"pred-transcript-row-1","from_name":"transcript","to_name":"audio","type":"textarea","value":{"start":0.0,"end":1.0,"channel":0,"text":["mock transcript for row-1"]}}]}]}
{"item_id":"row-2","status":"success","predictions":[{"model_version":"v2","score":0.98,"result":[{"id":"pred-role-row-2","from_name":"role","to_name":"audio","type":"labels","value":{"start":0.0,"end":1.0,"channel":0,"labels":["kh"]}},{"id":"pred-transcript-row-2","from_name":"transcript","to_name":"audio","type":"textarea","value":{"start":0.0,"end":1.0,"channel":0,"text":["mock transcript for row-2"]}}]}]}
{"item_id":"row-3","status":"success","predictions":[{"model_version":"v2","score":0.97,"result":[{"id":"pred-role-row-3","from_name":"role","to_name":"audio","type":"labels","value":{"start":0.0,"e
@caspianchu
caspianchu / 0.jsonl
Created April 15, 2026 12:26
bug56 attach candidate keys
{"item_id":"0","status":"success","predictions":[{"model_version":"v2","score":0.99,"result":[{"id":"pred-0","from_name":"label","to_name":"image","type":"rectanglelabels","original_width":1000,"original_height":1000,"image_rotation":0,"value":{"x":18.0,"y":20.0,"width":36.0,"height":28.0,"rotation":0,"rectanglelabels":["Car"]}}]}]}
@caspianchu
caspianchu / predict-shard-16-row-2.jsonl
Created April 15, 2026 12:24
bug56 external attach verification row-2
{"item_id":"row-2","status":"success","predictions":[{"model_version":"v2","score":0.99,"result":[{"id":"pred-box-row-2","from_name":"label","to_name":"image","type":"rectanglelabels","original_width":1000,"original_height":1000,"image_rotation":0,"value":{"x":18.0,"y":20.0,"width":36.0,"height":28.0,"rotation":0,"rectanglelabels":["Car"]}}]}]}
@caspianchu
caspianchu / README.txt
Created September 3, 2021 09:29
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS
@caspianchu
caspianchu / README.txt
Created September 3, 2021 09:28
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS