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

Add ComplexityScorer task #421

Merged
merged 27 commits into from
Mar 18, 2024
Merged

Add ComplexityScorer task #421

merged 27 commits into from
Mar 18, 2024

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    b37b1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbb140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4871388 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    89e21df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2ec5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614b30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60672fd View commit details
    Browse the repository at this point in the history
  5. Fix vLLM generation

    gabrielmbmb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a03fb16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3c02c View commit details
    Browse the repository at this point in the history
  7. Remove match statement

    gabrielmbmb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5251dd0 View commit details
    Browse the repository at this point in the history
  8. Add installing llama-cpp

    gabrielmbmb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    82ea82f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add ComplexityScore task

    gabrielmbmb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3d0b27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a1d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2497aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64a027b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9452264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a92682b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    779cc0b View commit details
    Browse the repository at this point in the history
  8. Fix unit tests

    gabrielmbmb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cff6136 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5926fb View commit details
    Browse the repository at this point in the history
  10. fix readme

    gabrielmbmb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    84200b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add IGNORECASE to regex

    Co-authored-by: Alvaro Bartolome <alvaro@argilla.io>
    gabrielmbmb and alvarobartt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7f35939 View commit details
    Browse the repository at this point in the history
  2. Remove lower

    gabrielmbmb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6e281ad View commit details
    Browse the repository at this point in the history
  3. Update docstring

    gabrielmbmb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4db74da View commit details
    Browse the repository at this point in the history
  4. Update reference in docstring

    Co-authored-by: Ignacio Talavera <ignaciotalaveracepeda@gmail.com>
    gabrielmbmb and ignacioct committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b6ccea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c79ac6e View commit details
    Browse the repository at this point in the history
  2. Move type ignore

    gabrielmbmb committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    759d2e5 View commit details
    Browse the repository at this point in the history