ファインチューニングせずメインコンペを解く方法 (技能賞 解法発表)
ファインチューニングせずメインコンペを解く方法
ファインチューニングせずメインコンペを解く方法
最終課題の LLM トレーニングコンペにおいて メインコンペ3位 / アドバンスドコンペ2位 / 技能賞 を頂き、修了イベントで解法発表を行いました。
1枚の画像をズバッと分割してレイアウトして書き出すサービス。妻の楽譜の切り出し作業に使う。
Resolves #52 This builds on #51.
I'm aware this tool is now partially integrated into `gcloud run services proxy`, but I find it useful for accessing IAP-protected services without modifying the application. ## Proposal Add a new `...
When using `gcloud auth application-default login`, the proxy fails with: ``` failed to find token source: failed to get idtoken source: idtoken: unsupported credentials type ``` ## Cause The error...