Text Classification
Transformers
Safetensors
English
HHEMv2Config
custom_code
adrien357 commited on
Commit
53eddef
1 Parent(s): d3924de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 parir 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
 
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