Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
-
|
2 |
-
tags:
|
3 |
-
- sentence-similarity
|
4 |
-
---
|
5 |
-
|
6 |
-
# Azerbaijani Sentence Similarity Based on BERT - Model Description
|
7 |
|
8 |
This model is developed by Alas Development Center and is tailored for the specific use case of sentence similarity in the Azerbaijani language. It employs the bert-base-multilingual-cased architecture, fine-tuned on a Azerbaijani sentence similarity dataset. The primary function of this model is to predict the similarity score between two sentences, which can be highly beneficial in various NLP applications such as information retrieval, question answering, and content analysis.
|
9 |
|
@@ -29,8 +24,7 @@ The dataset categorizes sentence pairs into two distinct classes based on their
|
|
29 |
|
30 |
# Use and Access
|
31 |
|
32 |
-
This model is shared open source and is intended for wide usage across different applications where understanding sentence similarity in Azerbaijani is crucial. It can be especially useful for developers and researchers working on Azerbaijani language processing tasks.
|
33 |
-
|
34 |
|
35 |
# Acknowledgements
|
36 |
|
@@ -38,7 +32,3 @@ We express our gratitude to our team who participated in the development, traini
|
|
38 |
|
39 |
This model, used in one of our projects, was developed without the allocation of extensive resources. We believe that with more resources, a better outcome is achievable. It's worth mentioning that this model marks the first endeavor in exploring semantic similarity within the Azerbaijani language context. As such, there is considerable potential for further refinement and improvement, which could significantly enhance its performance and applicability in various fields.
|
40 |
|
41 |
-
## Model Plot
|
42 |
-
|
43 |
-

|
44 |
-
|
|
|
1 |
+
# Azerbaijani Sentence Similarity Based on BERT
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This model is developed by Alas Development Center and is tailored for the specific use case of sentence similarity in the Azerbaijani language. It employs the bert-base-multilingual-cased architecture, fine-tuned on a Azerbaijani sentence similarity dataset. The primary function of this model is to predict the similarity score between two sentences, which can be highly beneficial in various NLP applications such as information retrieval, question answering, and content analysis.
|
4 |
|
|
|
24 |
|
25 |
# Use and Access
|
26 |
|
27 |
+
This model is shared open source and is intended for wide usage across different applications where understanding sentence similarity in Azerbaijani is crucial. It can be especially useful for developers and researchers working on Azerbaijani language processing tasks. For those interested in utilizing the Azerbaijani Sentence Similarity model developed by Alas Development Center, built on the bert-base-multilingual-cased architecture, we have prepared a comprehensive Jupyter notebook. This [notebook](https://github.com/Alas-Development-Center/az-sentence-similarity/blob/main/az-sentence-similarity.ipynb) includes instructions on loading the model, preprocessing input data and making prediction.
|
|
|
28 |
|
29 |
# Acknowledgements
|
30 |
|
|
|
32 |
|
33 |
This model, used in one of our projects, was developed without the allocation of extensive resources. We believe that with more resources, a better outcome is achievable. It's worth mentioning that this model marks the first endeavor in exploring semantic similarity within the Azerbaijani language context. As such, there is considerable potential for further refinement and improvement, which could significantly enhance its performance and applicability in various fields.
|
34 |
|
|
|
|
|
|
|
|