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

Tf-idf fix: punctuation removal + lowercasing #339

Merged
merged 14 commits into from
Sep 24, 2024
Merged

Commits on Sep 9, 2024

  1. Tf-idf fix:

    Remove punctuation properly + lowercase
    I8dNLo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b6b33b5 View commit details
    Browse the repository at this point in the history
  2. Test fix

    I8dNLo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1384a72 View commit details
    Browse the repository at this point in the history
  3. Test fix

    I8dNLo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4dbd5d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Test fix

    I8dNLo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dcd6833 View commit details
    Browse the repository at this point in the history
  2. Redudant accum removal

    I8dNLo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7423652 View commit details
    Browse the repository at this point in the history
  3. Redudant accum removal

    I8dNLo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b37c6c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. 0.878890950070688

    I8dNLo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    71188a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Latest changes with

    Average recall: 0.8915516690721613
    I8dNLo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fd79f3f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Support of special characters

    I8dNLo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    400ffb1 View commit details
    Browse the repository at this point in the history
  2. Removal of debug print

    I8dNLo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1905163 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Type annotations

    I8dNLo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6307b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e3563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86a94e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into tf-idf-great-again

    # Conflicts:
    #	fastembed/sparse/bm25.py
    #	tests/test_attention_embeddings.py
    I8dNLo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    981f496 View commit details
    Browse the repository at this point in the history