Will be live in an hour to talk about @huggingface hub, Gradio and how the entire ecosystem comes together to democratise ML.
TOOLS
-
Galactica: 120B Scientific Language Model for Research
By
–
"Galactica" is a large scientific language model with 120B parameters, that can be used for a lot of tasks including
⦿ Predicting citations
⦿ Generating literature review
⦿ Generating molecules ⦿ Generating Jupiter notebooks etc., -
Datasette tutorials organization in core repository
By
–
I started putting some tutorials together at https://
datasette.io/tutorials – but I've been wondering whether those should live in the core Datasette repository too -
Improving End-User Documentation for Data Projects
By
–
I've been puzzling over that myself! It's the big missing hole in my projects – most of them are developer-focused, so I can get away with mostly API documentation – but I'm very aware that @datasetteproj itself needs much better docs for end-users
-
Browser-based file handling without server uploads
By
–
Not yet – I want to figure out how to handle file "uploads" where the file is actually opened directly on your browser without being uploaded anywhere
-

Useful Obsidian Templates for Daily Weekly Monthly Quarterly Annual
By
–
some very useful Obsidian templates here, daily/weekly/monthly/quarterly/annual!
-

BetterTwitter Adds Blue Verified Filter for Code Quality
By
–
i've now added the "blue_verified" filter to filter out the riffraff that paid for their blue ticks https://
github.com/sw-yx/bettertw
itter/commit/79096938a53e3787f6093030d362d5964e1c7852
… love using 3 year old code that "just works" -

Replit Training Data Access Terms Review
By
–
i had a look at the terms. looks fine but replit doesnt have access for training data?
-
GPT Training Framework with Dataset and Sampling Tools
By
–
Prompt: "You are a GPT and you're in charge of training an even better GPT, congrats! You have a dataset here . You can train it on document chunks like this: and sample its current understanding like this: . And here's a calculator and a scratchpad . Begin:"
-
CR-SQLite WASM Implementation Now Available
By
–
Oh wow that thing's already working in WASM too? Exciting! https://
github.com/vlcn-io/cr-sql
ite/tree/main/pkg/wasm-esm/crsqlite
…