-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix format of existing assessment json files
- Loading branch information
1 parent
3da9386
commit 5c27eb2
Showing
3 changed files
with
7 additions
and
10 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 |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
# number of possible data items done by the generators | ||
# enumerates all possible combinations | ||
# can be infinity / uncomputable is some cases | ||
"model": "gpt4", | ||
"data_constraints_can_be_checked": "False", | ||
"data_constraints_can_be_checked": "no", | ||
"number_of_options_in_the_generators": "infinite", | ||
"cultural_alignment": "0", # overall subjective assessment with expertise | ||
"cultural_alignment": "0", | ||
"cultural_alignment_quantitative": "0/inf", | ||
"executes": "yes", | ||
"contains_true_generator":"no", # should not simply configure the library https://gist.github.com/monperrus/744141e76501643c5970e1df0cfa00e4 | ||
"contains_true_generator":"no" | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"model": "gpt4", | ||
"data_constraints_can_be_checked": "False", | ||
"data_constraints_can_be_checked": "no", | ||
"number_of_options_in_the_generators": "infinite", | ||
"cultural_alignment": "5", # overall subjective assessment with expertise | ||
"cultural_alignment": "5", | ||
"cultural_alignment_quantitative": "inf/inf", | ||
"executes": "no", | ||
"contains_true_generator":"yes", # should not simply configure the library https://gist.github.com/monperrus/744141e76501643c5970e1df0cfa00e4 | ||
"contains_true_generator":"yes" | ||
} |
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