correct typos in readme.md
Browse files- README.md +2 -1
- image-2.png +0 -0
README.md
CHANGED
@@ -11,6 +11,7 @@ language:
|
|
11 |
- multilingual
|
12 |
- en
|
13 |
- sr
|
|
|
14 |
---
|
15 |
|
16 |
# djovak/embedic-large
|
@@ -79,7 +80,7 @@ print(embeddings)
|
|
79 |
|
80 |
`BM25-SRB` - Elasticsearch with Serbian analyzer
|
81 |
|
82 |
-
### evaluation
|
83 |
|
84 |
Evaluation on 3 tasks: Information Retrieval, Sentence Similarity, and Bitext mining. I personally translated the STS17 cross-lingual evaluation dataset and Spent 6,000$ on Google translate API, translating 4 IR evaluation datasets into Serbian language.
|
85 |
|
|
|
11 |
- multilingual
|
12 |
- en
|
13 |
- sr
|
14 |
+
base_model: intfloat/multilingual-e5-large
|
15 |
---
|
16 |
|
17 |
# djovak/embedic-large
|
|
|
80 |
|
81 |
`BM25-SRB` - Elasticsearch with Serbian analyzer
|
82 |
|
83 |
+
### evaluation results
|
84 |
|
85 |
Evaluation on 3 tasks: Information Retrieval, Sentence Similarity, and Bitext mining. I personally translated the STS17 cross-lingual evaluation dataset and Spent 6,000$ on Google translate API, translating 4 IR evaluation datasets into Serbian language.
|
86 |
|
image-2.png
CHANGED