Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
text-embeddings-inference
Instructions to use FinLang/finance-embeddings-investopedia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use FinLang/finance-embeddings-investopedia with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("FinLang/finance-embeddings-investopedia") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Inference
- Notebooks
- Google Colab
- Kaggle
When will you release the paper?
#8 opened about 1 month ago
by
LinhanWang
Add exported onnx model 'model.onnx'
#6 opened 2 months ago
by
fins-app
Small typo in the readme
#5 opened 7 months ago
by
hyun95
Financemodel
#4 opened about 1 year ago
by
mohitchhajed
Financemodel
#3 opened about 1 year ago
by
mohitchhajed
Update README.md to use correct config json
#2 opened almost 2 years ago
by
senchandra
correct config json
#1 opened almost 2 years ago
by
senchandra