Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod-Chatbot #67

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Mod-Chatbot #67

wants to merge 40 commits into from

Commits on Jul 23, 2024

  1. initial chat datamodule

    matheper committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3397a4a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    8a1fea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01faf42 View commit details
    Browse the repository at this point in the history
  3. black and isort

    matheper committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ea0ab8b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Added get_clusters from #70

    matheper committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5b2e3cd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    df2e2aa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into chat_template

    Alessandro Sordoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8b4a99a View commit details
    Browse the repository at this point in the history
  3. add pack sequences

    Alessandro Sordoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f1e6ac8 View commit details
    Browse the repository at this point in the history
  4. update config file

    Alessandro Sordoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a944701 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. quant config

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    01a2113 View commit details
    Browse the repository at this point in the history
  2. task name can be int

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d83d8a8 View commit details
    Browse the repository at this point in the history
  3. chat datamodule filter task name

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    778ca09 View commit details
    Browse the repository at this point in the history
  4. prepare kbit on 4bit

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    40d974b View commit details
    Browse the repository at this point in the history
  5. paged optim on bnb

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1b60a8a View commit details
    Browse the repository at this point in the history
  6. trust

    Alessandro Sordoni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8b06f7c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. remove unused config options

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d724f20 View commit details
    Browse the repository at this point in the history
  2. remove length printing

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c7fd876 View commit details
    Browse the repository at this point in the history
  3. remove some comments

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    19464d7 View commit details
    Browse the repository at this point in the history
  4. mistral for chatbot

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7166a20 View commit details
    Browse the repository at this point in the history
  5. task_name_field to filter on a sepecific column in the dataset

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    820f653 View commit details
    Browse the repository at this point in the history
  6. add support for a few flags in the embedding model

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cd7dbc6 View commit details
    Browse the repository at this point in the history
  7. remove breakpoint, oops

    Alessandro Sordoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0510f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. script to dump orca in json format + em topic script

    Alessandro Sordoni committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7a47431 View commit details
    Browse the repository at this point in the history
  2. some speed-ups

    Alessandro Sordoni committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b7a7ed9 View commit details
    Browse the repository at this point in the history
  3. remove previous instruction

    Alessandro Sordoni committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6b29acb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. resume inference from output file

    Alessandro Sordoni committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7c70ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. contrastive tagging

    Alessandro Sordoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    003b556 View commit details
    Browse the repository at this point in the history
  2. minimal template changes

    Alessandro Sordoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c55fe17 View commit details
    Browse the repository at this point in the history
  3. gpt tagging

    Alessandro Sordoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6df090a View commit details
    Browse the repository at this point in the history
  4. infer/train model

    Alessandro Sordoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    09a2bef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    dfd7a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad0e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6154d08 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1f79e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge remote-tracking branch 'origin/main' into chat_template

    Alessandro Sordoni committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6f9ac59 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/chat_template' into em-topic

    Alessandro Sordoni committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ee82cf9 View commit details
    Browse the repository at this point in the history
  3. move stuff into modular-chatbot

    Alessandro Sordoni committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d803dae View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. small updates

    Alessandro Sordoni committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d68af91 View commit details
    Browse the repository at this point in the history
  2. load from dataset_type

    Alessandro Sordoni committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8c239bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from microsoft/em-topic

    Em topic
    matheper committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5f787ed View commit details
    Browse the repository at this point in the history