paulorvdc commited on
Commit
18720d0
1 Parent(s): 561cdb5

Update README.md

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