Skip to content

Commit

Permalink
fix: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyararimovna committed Apr 17, 2023
1 parent 9d63368 commit 6e1cdb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions annotators/relative_persona_extractor/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ def main():
}
gold = [
{
"max_similarity": 0.695,
"max_similarity": 0.5508536696434021,
"persona": [
"I like Italian food especially pasta and pizza.",
"I like visiting interesting places virtually.",
"I like to watch football and basketball on TV.",
"I like watching travel video blogs.",
],
},
{
"max_similarity": 0.645,
"max_similarity": 0.4737730622291565,
"persona": [
"I like visiting interesting places virtually.",
"I like watching travel video blogs.",
"I like to watch football and basketball on TV.",
"I like Italian food especially pasta and pizza.",
"I like travelling.",
],
},
]
Expand Down

0 comments on commit 6e1cdb2

Please sign in to comment.