Tag Archives: AI

Understanding Language Models: GPT-2 squeezed into an Excel spreadsheet

Source: https://arstechnica.com/information-technology/2024/03/once-too-scary-to-release-gpt-2-gets-squeezed-into-an-excel-spreadsheet/ This Blog: Once “too scary” to release, GPT-2 gets squeezed into an Excel spreadsheet OpenAI’s GPT-2 running locally in Microsoft Excel teaches the basics of how LLMs work. by Benj Edwards – 3/15/2024, 3:56 PM Summary by Copilot: (Edited) Ishan Anand, a software developer, has created a Microsoft Excel spreadsheet that runs “GPT-2”… Read More »

Eightify: AI to crate YouTube video summaries

This is available as a plug-in for Chrome or Safari. It is free for videos that are less than 30 min. The plug-in is available at eightify.app Eightify is a cutting-edge program made to assist users in condensing the main points of lengthy YouTube films. It’s now simpler to swiftly create summaries of YouTube videos… Read More »

AI: Introduction to Large Language Models and their shortcomings

This video from November 22, 2023 provides a general introduction to Large Language Models (LLMs) suitable for general understanding. The video continues to examples, possible upcoming paradigms such as the view that LLMs have similarities with operating systems. The final part details potentials threats, including jailbreak examples. What’s wrong with LLMs and what we should… Read More »

YOUai.ai : mini-AI engines without coding

AI is at the forefront of Society changes. We are at the dawn of a new world. Let’s hope that it will NOT be a “Brave New World“. Today I discovered (through a LinkedIn post by the group “Generative AI” which has 1.3M followers.) This brand new AI is called “youai.ai” with mostly free “mini-AI”… Read More »

Generative AI in Jupyter lab

Yesterday I mentioned 2 options to add a generative AI to the command-line (AI chat models at the command line) one of which is useful (gorilla_cli) while the other is more informative on how to implement a Large Language Model (LLM) on a computer. Both are free options. Yesterday I also discovered this Blog: Generative… Read More »

AI chat models at the command line

Today I discovered 2 AI methods to get AI prompts at the command line. Gorilla_CLI The first one is rather straight forward, and is called gorilla_cli See details on GitHub for installation at https://github.com/gorilla-llm/gorilla-cli I already used it today to ask complex regular expression code to convert some text using sed. The specific question was:… Read More »

A question-answering system for PDF files

This is a cool “App” written with Python Streamlit: upload a PDF and ask questions about it! It uses ChatGPT in the background. This “proof of concept” app has some “Community token” to access GPT. Or one can add a personal OpenAI API key. Web App: https://ask-my-pdf.streamlit.app Code: https://github.com/mobarski/ask-my-pdf Found on LinkedIn: streamlit_python-code-pdf (probably requires… Read More »