1 Overview Recently I’ve looked into the LangChain project and I was surprised by how it could be such a powerful and mature a project built in such short span of time. It covers many essential tools
How To Generate SQL Statements with ChatGPT - Ben Forta
ChatGPT is all the rage right now, and understandably so. Feeding it prompts and watching it spit out quality articles, recipes, travel itineraries, code examples, and more is fun and addictive. Yep, it’s a rabbit hole, and one we’re all getting a kick out of. One of ChatGPT’s many neat tricks is its ability to […]
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
PoisonGPT: How we hid a lobotomized LLM on Hugging Face to spread fake news
We will show in this article how one can surgically modify an open-source model, GPT-J-6B, and upload it to Hugging Face to make it spread misinformation while being undetected by standard benchmarks.
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 ...
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.
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
GitHub - h2oai/h2ogpt: Join us at H2O.ai to make the world's best open-source GPT with document and image Q&A, 100% private chat, no data leaks, Apache 2.0 https://arxiv.org/pdf/2306.08161.pdf Live Demo: https://gpt.h2o.ai/
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...
GitHub - InternLM/InternLM: InternLM has open-sourced a 7 billion parameter base model, a chat model tailored for practical scenarios and the training system.