Skip to content

Conversation

NathanHB
Copy link
Member

@NathanHB NathanHB commented Jul 11, 2024

  • lazy load of openai and transformers lib
  • able to use openai client to prompt transfrmers models
  • add llama 3.1 405B as llm as a judge in default metrics
  • update doc
  • make sure we are not rate limited
  • add option to use local transformer model as judge

@NathanHB NathanHB marked this pull request as draft July 11, 2024 12:04
Copy link
Member

@clefourrier clefourrier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just need to

  • rename the api call function
  • add some docs in the README
  • add some checks on the answers to make sure we are able to filter when model as a judge times out for ex

},
)
llm_judge_openai = SampleLevelMetricGrouping(
llm_judge_multi_turn_llama_3_405b = SampleLevelMetricGrouping(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to update the README with the new metrics

@NathanHB NathanHB marked this pull request as ready for review August 14, 2024 09:50
@NathanHB NathanHB merged commit cb32024 into main Aug 14, 2024
hynky1999 pushed a commit that referenced this pull request May 22, 2025
- lazy load of openai and transformers lib
- able to use openai client to prompt transfrmers models
- add llama 3.1 405B as llm as a judge in default metrics
- update doc
- make sure we are not rate limited
- add option to use local transformer model as judge

---------

Co-authored-by: anilaltuner <[email protected]>
Co-authored-by: Clémentine Fourrier <[email protected]>
NathanHB added a commit that referenced this pull request Sep 19, 2025
- lazy load of openai and transformers lib
- able to use openai client to prompt transfrmers models
- add llama 3.1 405B as llm as a judge in default metrics
- update doc
- make sure we are not rate limited
- add option to use local transformer model as judge

---------

Co-authored-by: anilaltuner <[email protected]>
Co-authored-by: Clémentine Fourrier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants