/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

simonwillison.net
| | saeedesmaili.com
5.2 parsecs away

Travel
| | Recently, I've been working on a side project where I use OpenAI's text-embedding-ada-002 model to generate vector embeddings for text snippets. While this model is inexpensive, the cost can add up when dealing with thousands or millions of text snippets. Therefore, I decided to explore alternatives, particularly those that would allow me to run similar models locally instead of relying on OpenAI's API. In this post, I'll share my experience using the sentence-transformers library for this purpose and discuss the pros and cons.
| | til.simonwillison.net
3.5 parsecs away

Travel
| | I've long wanted to run some kind of large language model on my own computer. Now that I have a M2 MacBook Pro I'm even more keen to find interesting ways to keep all of those CPU cores busy.
| | shekhargulati.com
8.2 parsecs away

Travel
| | Today I was reading Chapter 9 "Multimodal Large Language Models" of Hands-On Large Language Models book and thought of applying it to a problem I face occassionally. The chapter covers CLIP model and how you can use them to embed both text and images in the same vector space. Like most normal humans, I take...
| | jeffreyladish.com
16.8 parsecs away

Travel
| In this post I explain what we can and can't learn about AI sentience from conversations with Large Language Models.