samagra14wefi
commited on
Commit
•
eddac7a
1
Parent(s):
0f685c5
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ response_string_correct = '''Australia has won the world cup most number of time
|
|
61 |
score_wrong = calc_score(context_string, response_string_one)
|
62 |
score_correct = calc_score(context_string, response_string_two)
|
63 |
|
64 |
-
print(
|
65 |
```
|
66 |
|
67 |
### Evaluating Response relevance
|
|
|
61 |
score_wrong = calc_score(context_string, response_string_one)
|
62 |
score_correct = calc_score(context_string, response_string_two)
|
63 |
|
64 |
+
print(score_correct > score_wrong)
|
65 |
```
|
66 |
|
67 |
### Evaluating Response relevance
|