pascalhuerten commited on
Commit
d932daa
1 Parent(s): 8abc5d0

Add note about interpretation of scores

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -4,10 +4,12 @@ license: mit
4
 
5
  # pascalhuerten/bge_reranker_skillfit
6
 
7
- This is a finetuning of **BAAI/bge-reranker-base** on a german dataset containing positive and negative skill labels and learning outcomes of courses as the query.
8
- This model is trained to perform well on calculating relevance scores for learning outcome and esco skill pairs in german language.
 
9
 
10
  ## Using FlagEmbedding
 
11
  ```
12
  pip install -U FlagEmbedding
13
  ```
@@ -19,4 +21,8 @@ reranker = FlagReranker('pascalhuerten/bge_reranker_skillfit', use_fp16=True) #
19
 
20
  scores = reranker.compute_score([['Einführung in die Arbeitsweise von WordPress', 'WordPress'], ['Einführung in die Arbeitsweise von WordPress', 'Software für Content-Management-Systeme nutzen'], ['Einführung in die Arbeitsweise von WordPress', 'Website-Sichtbarkeit erhöhen']])
21
  print(scores)
22
- ```
 
 
 
 
 
4
 
5
  # pascalhuerten/bge_reranker_skillfit
6
 
7
+ ## Overview
8
+
9
+ This model is a finetuning of BAAI/bge-reranker-base on a German dataset containing positive and negative skill labels and learning outcomes of courses as the query. The model is trained to perform well on calculating relevance scores for learning outcome and esco skill pairs in German language.
10
 
11
  ## Using FlagEmbedding
12
+
13
  ```
14
  pip install -U FlagEmbedding
15
  ```
 
21
 
22
  scores = reranker.compute_score([['Einführung in die Arbeitsweise von WordPress', 'WordPress'], ['Einführung in die Arbeitsweise von WordPress', 'Software für Content-Management-Systeme nutzen'], ['Einführung in die Arbeitsweise von WordPress', 'Website-Sichtbarkeit erhöhen']])
23
  print(scores)
24
+ ```
25
+
26
+ ## Interpretation of Scores
27
+
28
+ The scores computed by the model tend to range from -12 to 12, with higher scores indicating more relevance. Scores greater than 0 tend to be good fits.