paulorvdc commited on
Commit
603a598
1 Parent(s): 4c13c17

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-weeks-corn')
39
- finetuned_embeddings = list(['Livestock Producers in Brazil Fear Diversion of Corn to Export and Ethanol Production', 'Brazilian Farmers Undecided about Safrinha Corn Acreage'])
40
  ```
 
36
  handlers=[LoggingHandler()])
37
 
38
  model = SentenceTransformer('paulorvdc/sentencebert-fine-tuned-weeks-corn')
39
+ finetuned_embeddings = list(model.encode(['Livestock Producers in Brazil Fear Diversion of Corn to Export and Ethanol Production', 'Brazilian Farmers Undecided about Safrinha Corn Acreage']))
40
  ```