aubanel
- Karma
- 0
- Created
- ()
- Submissions
- 0
- A playbook to rank #1 of the day on ProductHunt (m-ric.com)
- ProductHunt Botched Our Launch (m-ric.com)
- Introducing PrediBench – Leaderboard of LLMs Betting on Polymarket (predibench.com)
- Code a Simple RAG from Scratch (huggingface.co)
- Hugging Face open sources a web-browsing agent that uses VLMs (huggingface.co)
- Hugging Face releases a barebones library for agents (huggingface.co)
- DOJ demands Google sells Chrome and possibly Android (capitalbrief.com)
- Addition Is All You Need for Energy-Efficient Language Models (huggingface.co)
- Transformers Inference Optimization Toolset (astralord.github.io)
- Running LLM inference at scale with TGI (adyen.com)
- Group Chat: The Best Way to Stress Out Your Team (37signals.com)
- A brief history of AI from the 50s to today's LLMs – without any math (aymeric-roucher.github.io)
- Hugging Face launches Agents 2.0 (huggingface.co)
- Show HN: AI Travel Planner Demo (huggingface.co)
I wanted to try geospatial abilities of LLMs. I've plugged the new Mixtral (8x22B) into an interface with a geocoding API and an interactive map. Ask it to generate a trip for you and it will choose destinations and pin…
-
To create a LLM based Retrieval Augmented Generation, you need to create a retriever par which is basically an internal search on document excerpts from your knowledge base. The snippets to search on should be…