Giter VIP home page Giter VIP logo

aidi_1002_final_project's Introduction

TinyLLM

This repository contains the code and instructions for fine-tuning the TinyLLM model on a color dataset and using it to describe colors based on their names.

Folder Structure

  • tinyLLM_model/: Contains TinyLLM model.
  • contribution/: TinyLLM with new datasets for evaluation in various contexts.

Installation

!pip install accelerate peft bitsandbytes transformers trl

Data Preparation

The color dataset used for fine-tuning is located at burkelibbey/colors. The data is reformatted to fit the ChatML format.

Fine-Tuning

  • Load the dataset and prepare the training data.
  • Initialize the TinyLLM model and tokenizer.
  • Configure LoRA (LoraConfig) and training arguments.
  • Train the model using SFTTrainer from trl.

Merging with Base Model

After fine-tuning, the LoRA is merged with the base TinyLLM model to produce the final model.

Inference

Generate color descriptions using the fine-tuned TinyLLM model.

Usage

  1. Fine-tune the TinyLLM model by running the provided notebook.
  2. dd the Hugging Face token to your notebook with the name HF_TOKEN as the Secret key.
  3. Generate color descriptions using the generate_response function.
generate_response(user_input='Yellow color')

aidi_1002_final_project's People

Contributors

sahiljani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.