Best of LLMAugust 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Large Language Model from Scratch Using Python

    Learn how to create your own large language model from scratch using Python. Elliot Arledge created this course to teach you about the data handling, mathematical concepts, and transformer architectures that power these linguistic juggernauts. You will learn about train and validation splits, the bigram model, and the critical concept of inputs and targets.

  2. 2
    Article
    Avatar of mlnewsMachine Learning News·3y

    Meet FraudGPT: The Dark Side Twin of ChatGPT

    Researchers at Netenrich have uncovered a promising new artificial intelligence tool called ‘FraudGPT’ The tool was built specifically for malicious activities, including sending spear phishing emails, developing cracking tools, doing carding, etc. The product may be purchased on numerous Dark Web marketplaces and the Telegram app.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Development with Large Language Models

    Developed by Akshath from Luup.ai, this course will help you unlock the potential of LLMs. You'll create projects that use LLMs to: Develop dynamic interfaces that can interact with users in real-time. Empower LLM to search the internet for research papers and relevant information.

  4. 4
    Article
    Avatar of gopenaiGoPenAI·3y

    How To Build a ChatBot to Chat With Your PDF

    How To Build a ChatBot to Chat With Your PDF Personal ChatBot is powered by Chainlit, LangChain, OpenAI and ChromaDB. In this post, Sudarshan Koirala will walk you step by step on how to create a simple ChatGPT-like UI for Chat with PDF.