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-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 |
```
|