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

Better support for classification tasks with large number of label classes #561

Merged
merged 9 commits into from
Sep 19, 2023

Commits on Sep 1, 2023

  1. for classification tasks with a large number of categories, filter th…

    …e list of labels by similarity to the prompt
    iomap committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a070422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c2126 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    f97a82d View commit details
    Browse the repository at this point in the history
  2. clear up comment

    iomap committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    16f769b View commit details
    Browse the repository at this point in the history
  3. remove default for embedding_func=OpenAIEmbeddings() , as this requir…

    …es having OPENAI_API_KEY when importing autolabel
    iomap committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    547e811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a6ec29 View commit details
    Browse the repository at this point in the history
  5. remove unnused imports

    iomap committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e5ff12a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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