Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Here we provide several ways to use HHEM-2.1-Open in the `transformers` library.
|
|
40 |
|
41 |
### Using with `AutoModel`
|
42 |
|
43 |
-
This is the most end-to-end and out-of-the-box way to use HHEM-2.1-Open. It takes a list of pairs of (premise, hypothesis) as the input and returns a score between 0 and 1 for each
|
44 |
|
45 |
|
46 |
```python
|
|
|
40 |
|
41 |
### Using with `AutoModel`
|
42 |
|
43 |
+
This is the most end-to-end and out-of-the-box way to use HHEM-2.1-Open. It takes a list of pairs of (premise, hypothesis) as the input and returns a score between 0 and 1 for each pair where 0 means that the hypothesis is not evidenced at all by the premise and 1 means the hypothesis is fully supported by the premise.
|
44 |
|
45 |
|
46 |
```python
|