Update README.md
Browse files
README.md
CHANGED
@@ -74,19 +74,6 @@ print("Sentence embeddings:")
|
|
74 |
print(sentence_embeddings)
|
75 |
```
|
76 |
|
77 |
-
## Evaluation Results
|
78 |
-
|
79 |
-
The performance is measured using Pearson and Spearman correlation:
|
80 |
-
- On dev
|
81 |
-
| Model | Pearson correlation | Spearman correlation |
|
82 |
-
| ------------- | ------------- | ------------- |
|
83 |
-
| [efederici/sentence-BERT-IT-base](https://huggingface.co/dangvantuan/sentence-camembert-large)| 72.6 | 72.5 |
|
84 |
-
- On test
|
85 |
-
| Model | Pearson correlation | Spearman correlation |
|
86 |
-
| ------------- | ------------- | ------------- |
|
87 |
-
| [efederici/sentence-BERT-IT-base](https://huggingface.co/dangvantuan/sentence-camembert-large)| 69.0 | 70.0 |
|
88 |
-
|
89 |
-
|
90 |
## Full Model Architecture
|
91 |
```
|
92 |
SentenceTransformer(
|
|
|
74 |
print(sentence_embeddings)
|
75 |
```
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
## Full Model Architecture
|
78 |
```
|
79 |
SentenceTransformer(
|