-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use llm-foundry for ICL metrics (#287)
* use llm-foundry for ICL metrics * replaced InContextLearningQAAccuracy with InContextLearningGenerationExactMatchAccuracy, and removed the commented line for code evals * resolve lint check * Update requirements_test.txt * Update requirements_test.txt --------- Co-authored-by: Achal Dave <[email protected]> Co-authored-by: jmercat <[email protected]> Co-authored-by: sedrick-keh-tri <[email protected]>
- Loading branch information
1 parent
c0f1319
commit 9bb92ef
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ pytest-cov==3.0.0 | |
pytest-xdist==2.5.0 | ||
pytest==7.0.1 | ||
tensorboard==2.14.1 | ||
llm-foundry==0.7.0 | ||
llm-foundry==0.9.0 |