abbasgolestani
commited on
Commit
•
0f96742
1
Parent(s):
93e977f
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,6 @@ This model was trained on 6 different nli datasets. The model will predict a sco
|
|
13 |
Comparing each sentence of sentences1 array to the corrosponding sentence of sentences2 array like comparing the first sentnece of each array, then comparing the second sentence of each array,...
|
14 |
```python
|
15 |
from sentence_transformers import CrossEncoder
|
16 |
-
from bento import fwdproxy
|
17 |
|
18 |
|
19 |
model = CrossEncoder('abbasgolestani/ag-nli-DeTS-sentence-similarity-v1')
|
|
|
13 |
Comparing each sentence of sentences1 array to the corrosponding sentence of sentences2 array like comparing the first sentnece of each array, then comparing the second sentence of each array,...
|
14 |
```python
|
15 |
from sentence_transformers import CrossEncoder
|
|
|
16 |
|
17 |
|
18 |
model = CrossEncoder('abbasgolestani/ag-nli-DeTS-sentence-similarity-v1')
|