Update README.md
Browse files
README.md
CHANGED
|
@@ -747,9 +747,9 @@ language:
|
|
| 747 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [samchain/EconoBert](https://huggingface.co/samchain/EconoBert). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 748 |
This model is the second version of the previous [samchain/econo-sentence-v1](https://huggingface.co/samchain/econo-sentence-v1). They both used the same base model but have been trained on different datasets.
|
| 749 |
|
| 750 |
-
The model has been
|
| 751 |
-
- `
|
| 752 |
-
- `
|
| 753 |
|
| 754 |
|
| 755 |
## Model Details
|
|
@@ -841,19 +841,19 @@ You can finetune this model on your own dataset.
|
|
| 841 |
|
| 842 |
#### Semantic Similarity
|
| 843 |
|
| 844 |
-
* Datasets: `
|
| 845 |
* Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
|
| 846 |
|
| 847 |
-
Econo-
|
| 848 |
|
| 849 |
-
| Metric |
|
| 850 |
|:--------------------|:----------------|:-----------------------|
|
| 851 |
| pearson_cosine | 0.8556 | 0.8373 |
|
| 852 |
| **spearman_cosine** | **0.862** | **0.8295** |
|
| 853 |
|
| 854 |
-
Econo-
|
| 855 |
|
| 856 |
-
| Metric |
|
| 857 |
|:--------------------|:----------------|:-----------------------|
|
| 858 |
| pearson_cosine | 0.7642 | 0.8999 |
|
| 859 |
| **spearman_cosine** | **0.758** | **0.8358** |
|
|
|
|
| 747 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [samchain/EconoBert](https://huggingface.co/samchain/EconoBert). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 748 |
This model is the second version of the previous [samchain/econo-sentence-v1](https://huggingface.co/samchain/econo-sentence-v1). They both used the same base model but have been trained on different datasets.
|
| 749 |
|
| 750 |
+
The model has been evaluated both on the newest dataset and its precedent version:
|
| 751 |
+
- `econo-pairs-v2` is the newest dataset. Check its card [here](https://huggingface.co/samchain/econo-pairs-v2)
|
| 752 |
+
- `econo-pairs-v1`is the oldest version. Check its card [here](https://huggingface.co/samchain/econo-pairs)
|
| 753 |
|
| 754 |
|
| 755 |
## Model Details
|
|
|
|
| 841 |
|
| 842 |
#### Semantic Similarity
|
| 843 |
|
| 844 |
+
* Datasets: `econo-pairs-v2` and `econo-pairs-v1`
|
| 845 |
* Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
|
| 846 |
|
| 847 |
+
Econo-sentence-v2 evaluation results:
|
| 848 |
|
| 849 |
+
| Metric | econo-pairs-v2 | econo-pairs-v1 |
|
| 850 |
|:--------------------|:----------------|:-----------------------|
|
| 851 |
| pearson_cosine | 0.8556 | 0.8373 |
|
| 852 |
| **spearman_cosine** | **0.862** | **0.8295** |
|
| 853 |
|
| 854 |
+
Econo-sentence-v1 evaluation results:
|
| 855 |
|
| 856 |
+
| Metric | econo-pairs-v2 | econo-pairs-v1 |
|
| 857 |
|:--------------------|:----------------|:-----------------------|
|
| 858 |
| pearson_cosine | 0.7642 | 0.8999 |
|
| 859 |
| **spearman_cosine** | **0.758** | **0.8358** |
|