DiScoFormer: One transformer for density and score, across distributions

Read Original

Related

AI Blogs (RSS) news 57m ago

HTML table extractor

Tool: HTML table extractor Yet another in my growing collection of paste-conversion tools. This one accepts pasted rich text from browsers (with embedded HTML tables) and converts ...

AI Blogs (RSS) news 5h ago

Count the number of Safari tabs

Tiniest TIL, using AppleScript to count the number of open browser tabs in Safari: osascript -e 'tell application "Safari" to count tabs of every window' Tags: safari, til, applesc...