Instructions to use fhamborg/newsframes-econ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use fhamborg/newsframes-econ with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("fhamborg/newsframes-econ") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - setfit
How to use fhamborg/newsframes-econ with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("fhamborg/newsframes-econ") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ecd78c142c00d66a9ad3a52dd3c49d81c5d243ce9bef0457f4881c0a59a8f12c
- Size of remote file:
- 438 MB
- SHA256:
- 47b38407231c0e99b3ec2a5f4c1aec702b92e8f0809e897675ec5fae4ab91aad
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.