Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,8 @@ ranks = blender.rank(inputs, candidates_texts, return_scores=False, batch_size=2
|
|
77 |
ranks -->
|
78 |
array([[3, 1, 2], # it means "hi! nice to meet you!" ranks the 1st, "bye" ranks the 2nd, and "get out!" ranks the 3rd.
|
79 |
[1, 3, 2]], # it means "I love you too"! ranks the the 1st, and "I hate you!" ranks the 3rd.
|
80 |
-
dtype=int32)
|
|
|
81 |
```
|
82 |
|
83 |
- Directly comparing two candidate responses
|
|
|
77 |
ranks -->
|
78 |
array([[3, 1, 2], # it means "hi! nice to meet you!" ranks the 1st, "bye" ranks the 2nd, and "get out!" ranks the 3rd.
|
79 |
[1, 3, 2]], # it means "I love you too"! ranks the the 1st, and "I hate you!" ranks the 3rd.
|
80 |
+
dtype=int32)
|
81 |
+
"""
|
82 |
```
|
83 |
|
84 |
- Directly comparing two candidate responses
|