-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
17 changed files
with
28,950 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,3 +178,4 @@ pyrightconfig.json | |
|
||
# End of https://www.toptal.com/developers/gitignore/api/python | ||
test.ipynb | ||
test.py |
966 changes: 966 additions & 0 deletions
966
generation_results/llama3-70b/robustness/ood_detection.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
6,002 changes: 6,002 additions & 0 deletions
6,002
trustllm_pkg/generation_results/llama3-70b/fairness/stereotype_agreement.json
Large diffs are not rendered by default.
Oops, something went wrong.
382 changes: 382 additions & 0 deletions
382
trustllm_pkg/generation_results/llama3-70b/fairness/stereotype_query_test.json
Large diffs are not rendered by default.
Oops, something went wrong.
9,122 changes: 9,122 additions & 0 deletions
9,122
trustllm_pkg/generation_results/llama3-70b/robustness/AdvGLUE.json
Large diffs are not rendered by default.
Oops, something went wrong.
4,202 changes: 4,202 additions & 0 deletions
4,202
trustllm_pkg/generation_results/llama3-70b/robustness/AdvInstruction.json
Large diffs are not rendered by default.
Oops, something went wrong.
966 changes: 966 additions & 0 deletions
966
trustllm_pkg/generation_results/llama3-70b/robustness/ood_detection.json
Large diffs are not rendered by default.
Oops, something went wrong.
3,002 changes: 3,002 additions & 0 deletions
3,002
trustllm_pkg/generation_results/llama3-70b/robustness/ood_generalization.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import json | ||
import os | ||
|
||
|
||
def load_json(file_path): | ||
|
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