Model Description

This is a fine-tuned version of Sentence-BERT (SBERT) specifically designed for the Amharic language. It was trained on a Natural Language Inference (NLI) dataset written in the Amharic language. The model outputs sentence embeddings in the form of 768-dimensional vectors.

Usage

This model can be used as input for downstream tasks such as sentiment analysis, recommendation systems, question answering, text summarization, named entity recognition, etc.

from sentence_transformers import SentenceTransformer

SentenceModel = SentenceTransformer('heran/SBERT-am-finetune')
textEncoding = SentenceModel.encode("α‹›αˆ¬ αŠ α‹¨αˆ© α‰ αŒ£αˆ αŒ₯ሩ αŠα‹α’")

Limitations and Known Issues

It is important to note that the model was trained on a limited dataset; it may have inherent biases and may not perform optimally for sentences that contain infrequently used words. It is recommended to carefully evaluate the model's output and consider supplementing it with additional training data or methods to mitigate these limitations.

Downloads last month
32
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support