Update README.md
Browse files
README.md
CHANGED
@@ -36,5 +36,5 @@ logging.basicConfig(format='%(asctime)s - %(message)s',
|
|
36 |
handlers=[LoggingHandler()])
|
37 |
|
38 |
model = SentenceTransformer('paulorvdc/sentencebert-fine-tuned-months-soy')
|
39 |
-
finetuned_embeddings = list(['Brazilian Corn Acreage Losing out to Higher Priced Soybeans', 'Brazil Soybeans are 93% GMO, Corn is 82%, and Cotton is 66%'])
|
40 |
```
|
|
|
36 |
handlers=[LoggingHandler()])
|
37 |
|
38 |
model = SentenceTransformer('paulorvdc/sentencebert-fine-tuned-months-soy')
|
39 |
+
finetuned_embeddings = list(model.encode(['Brazilian Corn Acreage Losing out to Higher Priced Soybeans', 'Brazil Soybeans are 93% GMO, Corn is 82%, and Cotton is 66%']))
|
40 |
```
|