Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Morgan McGuire

@MorganMcGuire
Repls
Community
MorganMcGuire
MorganMcGuire
published a Repl
4 months ago
5
🪄🐝 Documentation Q&A bot With LangChain and OpenAI
🪄🐝 Documentation Q&A bot With LangChain and OpenAIThe repl uses Langchain and OpenAI's GPT-3 to create a Q&A bot for Weights & Biases Documentation. Use natural language queries to interact with docs.wandb.ai Or fork it and swap in your our text data to give additional knowledge to GPT-3! The script uses FAISS so turn on the Replit GPU instance for this script to run blazingly fast. This script leverages the OpenAI GPT3 and Langchain to create a Q&A bot for the Weights & Biases documentation. Run the repl demo with your Openai API key to interactively query the documentation. Created with ❤️ by Weights & Biases Sign up to Weights & Biases here to get started!
MorganMcGuire
MorganMcGuire
published a Repl
4 months ago
39
🔭 Train a Vision Model with 🤗 Transformers
🔭 Train a Vision Model with 🤗 TransformersWeights & Biases is a machine learning experiment tracking, model checkpointing and data visualisation tool used by over 200,000 ML practitioners across the world. You needs to turn on the Replit GPU instance for this script to train This script leverages the computer vision components in the hugging face ecosystem to train a computer vision model to classify different types of food. You can swap out the dataset and model easily to customise it and make it your own! Created with ❤️ by Weights & Biases Sign up to Weights & Biases here to get started!
MorganMcGuire
MorganMcGuire
published a Repl
4 months ago
137
🛥️ nanoGPT in Replit
🛥️ nanoGPT in Replit🌟 To learn more about how to train your own ML models in Replit, sign up to the Replit x Weights & Biases Hackathon from February 4th - 11th 🌟 GPU Powered - When your fork this repl make sure to turn on the GPU option in your repl settings Weights & Biases is a machine learning experiment tracking, model checkpointing and data visualisation tool used by over 200,000 ML practitioners across the world. This repl will fine-tune a GPT2 model on Shakespeare using Andrej Karpathy's nanoGPT project Sign up to Weights & Biases here to get started!
MorganMcGuire
MorganMcGuire
published a Repl
1 year ago
1
🔥 PyTorch Dropout Experiments with Weights & Biases
🔥 PyTorch Dropout Experiments with Weights & BiasesWeights & Biases is a machine learning experiment tracking, model checkpointing and data visualisation tool used by over 200,000 ML practitioners across the world. This is a command line tool to exploring the impact that different values of Dropout has on a simple MLP neural network To learn more about Dropout, see the Weights & Biases article here Created with ❤️ by Weights & Biases Sign up to Weights & Biases here to get started!