You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains HTML versions of various Jupyter notebooks. These files are accessible directly in a web browser, allowing for easy viewing and sharing of notebook content without requiring a Jupyter Notebook environment.
This repository provides Jupyter notebooks to interact with Mistral Large Language Models (LLMs) for tasks including chatbot development, retrieval-augmented generation, and text generation. These notebooks are designed to help users leverage Mistral models in a range of applications, from conversational AI to content generation.
This repository contains Jupyter notebooks for working with Anthropic Large Language Models (LLMs), providing tools to explore chat-based interactions, retrieval-augmented generation, and text generation. These notebooks serve as a practical introduction to leveraging Anthropic models for various applications.
This repository contains Jupyter notebooks to explore and utilize OpenAI's Large Language Models (LLMs) for various applications, including chatbots, retrieval-augmented generation, text generation, prompt engineering, and vector embedding. These notebooks provide a comprehensive toolkit for working with OpenAI models in diverse contexts.
Generates ballads using Deep learning . Using LSTMs and data of some famous ballads . Generates new ballads and autocompletes with initial given texts .
This repository contains a machine learning model designed to generate grading rubrics based on a given question and a sample answer. The model has been fine-tuned on custom data and implemented in a Jupyter Notebook.
Sales Script AI is a tool that generates tailored sales scripts using AI-driven natural language processing techniques in an interactive Jupyter Notebook environment.
Handsβon experiments with neural sequence models. To generate text and tackle translation. Each colab notebook go through data prep, model building, training loops and evaluation.
Natural language processing (NLP) tasks: text classification and text generation. The notebooks explore different techniques and models for handling these tasks, offering insights into common challenges and solutions.
NeoTutor is an interactive Agentic AI tutor system powered by LLaMA 3 and LangGraph. It dynamically generates questions, provides structured feedback, and offers personalized practiceβall within a single notebook. Ideal for students and educators looking to explore adaptive learning using large language models.
In this notebook, I'll construct a character-level LSTM with PyTorch. The network will train character by character on some text, then generate new text character by character. As an example, I will train on Anna Karenina. This model will be able to generate new text based on the text from the book!
Explore advanced neural networks for crafting captivating headlines! Compare LSTM π and Transformer π models through interactive notebooks π and easy-to-use wrapper classes π οΈ. Ideal for content creators and data enthusiasts aiming to automate and enhance headline generation β¨.
Natural LangWiz is a repository for exploring Natural Language Processing (NLP) techniques through Jupyter notebooks. It covers everything from text preprocessing and sentiment analysis to advanced transformer models. Dive in to see how we turn raw text into actionable insights with a touch of NLP wizardry!
Text generation using a character-based RNN with LSTM cells. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's The Unreasonable Effectiveness of Recurrent Neural Networks. Given a sequence of characters from this data ("Shakespear"), train a model to predict the next character in the sequence ("e"). Longer sequences of β¦
The LLM FineTuning and Evaluation project π enhances FLAN-T5 models for tasks like summarizing Spanish news articles πͺπΈπ°. It features detailed notebooks π on fine-tuning and evaluating models to optimize performance for specific applications. πβ¨