Update README.md
Browse files
README.md
CHANGED
|
@@ -86,8 +86,12 @@ Full set of evaluation numbers for our model
|
|
| 86 |
#### With Sentence Transformers:
|
| 87 |
|
| 88 |
```python
|
|
|
|
| 89 |
import scipy.spatial
|
| 90 |
|
|
|
|
|
|
|
|
|
|
| 91 |
corpus = [
|
| 92 |
'एक आदमी खाना खा रहा है।',
|
| 93 |
'लोग ब्रेड का एक टुकड़ा खा रहे हैं।',
|
|
|
|
| 86 |
#### With Sentence Transformers:
|
| 87 |
|
| 88 |
```python
|
| 89 |
+
from sentence_transformers import SentenceTransformer
|
| 90 |
import scipy.spatial
|
| 91 |
|
| 92 |
+
|
| 93 |
+
model = SentenceTransformer('prithivida/miniMiracle_hi_v1')
|
| 94 |
+
|
| 95 |
corpus = [
|
| 96 |
'एक आदमी खाना खा रहा है।',
|
| 97 |
'लोग ब्रेड का एक टुकड़ा खा रहे हैं।',
|