AI/ML

AI/ML

1785 bookmarks
Custom sorting
The AI Dividend
The AI Dividend
https://www.schneier.com/blog/archives/2023/07/the-ai-dividend.html I respect Bruce Schneier a great deal, but I hate this proposal. For one thing, what about people outside the US whose data was
·werd.io·
The AI Dividend
raghavan/PdfGptIndexer: An efficient tool for indexing and searching PDF text data using OpenAI's GPT-2 model and FAISS (Facebook AI Similarity Search) index, designed for rapid information retrieval and superior search accuracy.
raghavan/PdfGptIndexer: An efficient tool for indexing and searching PDF text data using OpenAI's GPT-2 model and FAISS (Facebook AI Similarity Search) index, designed for rapid information retrieval and superior search accuracy.
An efficient tool for indexing and searching PDF text data using OpenAI's GPT-2 model and FAISS (Facebook AI Similarity Search) index, designed for rapid information retrieval and superior ...
·github.com·
raghavan/PdfGptIndexer: An efficient tool for indexing and searching PDF text data using OpenAI's GPT-2 model and FAISS (Facebook AI Similarity Search) index, designed for rapid information retrieval and superior search accuracy.
The Institute for Technology, Ethics, and Culture
The Institute for Technology, Ethics, and Culture
The Institute for Technology, Ethics and Culture (ITEC), housed at the Markkula Center for Applied Ethics, is a collaboration between the Center and the Vatican’s Dicastery for Culture and Education. The Institute convenes leaders from business, civil society, academia, government, and all faith and belief traditions, to promote deeper thought on technology’s impact on humanity.
·scu.edu·
The Institute for Technology, Ethics, and Culture
BEST Open Source LLM — Falcon 40B Chatbot in LangChain
BEST Open Source LLM — Falcon 40B Chatbot in LangChain
Falcon 40B is currently the best-performing open source Large Language Model (LLM) in the world. In this video, we'll explore how to use the model with Hugging Face Transformers and LangChain to create a chatbot and conversational agent. 📌 Code Notebook: https://github.com/pinecone-io/examples/blob/master/generation/llm-field-guide/falcon-40b/falcon-40b-chatbot.ipynb 👋🏼 NLP + LLM Consulting: https://aurelio.ai 🎙️ Support me on Patreon: https://patreon.com/JamesBriggs 👾 Discord: https://discord.gg/c5QtDB9RAP Twitter: https://twitter.com/jamescalam LinkedIn: https://www.linkedin.com/in/jamescalam/ Instagram: https://www.instagram.com/jamescalam/ 00:00 Falcon 40B Instruct LLM 01:48 Falcon 40B in Python 07:04 Falcon 40B Chatbot in LangChain 09:31 Handling Output with Output Parsers 13:31 Falcon 40B as Chatbot and Code Generation 15:45 Refactoring Code with Falcon 40B and GPT 3.5 19:14 Falcon 40B as an Agent 21:34 Final Thoughts #artificialintelligence #nlp #langchain #opensource
·youtube.com·
BEST Open Source LLM — Falcon 40B Chatbot in LangChain
100% Offline ChatGPT Alternative?
100% Offline ChatGPT Alternative?
In this video I show I was able to install an open source Large Language Model (LLM) called h2oGPT on my local computer for 100% private, 100% local chat wit...
·youtube.com·
100% Offline ChatGPT Alternative?
Talking about a ‘schism’ is ahistorical
Talking about a ‘schism’ is ahistorical
In two recent conversations with very thoughtful journalists, I was asked about the apparent ‘schism’ between those making a lot of noise…
·medium.com·
Talking about a ‘schism’ is ahistorical
Language Is a Poor Heuristic for Intelligence
Language Is a Poor Heuristic for Intelligence
With the emergence of LLM “AI”, everyone will have to learn what many disabled people have always understood
·karawynn.substack.com·
Language Is a Poor Heuristic for Intelligence
The Homework Apocalypse
The Homework Apocalypse
Fall is going to be very different this year. Educators need to be ready.
·oneusefulthing.org·
The Homework Apocalypse
LLM Powered Autonomous Agents
LLM Powered Autonomous Agents
Building agents with LLM (large language model) as its core controller is a cool concept. Several proof-of-concepts demos, such as AutoGPT, GPT-Engineer and BabyAGI, serve as inspiring examples. The potentiality of LLM extends beyond generating well-written copies, stories, essays and programs; it can be framed as a powerful general problem solver. Agent System Overview In a LLM-powered autonomous agent system, LLM functions as the agent’s brain, complemented by several key components:
·lilianweng.github.io·
LLM Powered Autonomous Agents