fernandogd97 commited on
Commit
23e1061
·
verified ·
1 Parent(s): 9f3c459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -6
README.md CHANGED
@@ -1,10 +1,32 @@
1
  ---
2
- title: README
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: static
7
- pinned: True
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Welcome to ICB-UMA's Repository on Hugging Face
 
1
  ---
2
+ language: es
3
+ license: apache-2.0
4
+ tags:
5
+ - sentence-similarity
6
+ - embeddings
7
+ datasets:
8
+ - sympTEMIST
9
+ metrics:
10
+ - top-k-accuracy
11
+ model-index:
12
+ - name: "Bi-encoder for SympTEMIST"
13
+ results:
14
+ - task:
15
+ name: Sentence Similarity
16
+ type: sentence-similarity
17
+ dataset:
18
+ name: "SympTEMIST"
19
+ type: sympTEMIST
20
+ metrics:
21
+ - name: top-k-accuracy
22
+ type: top-k-accuracy
23
+ values:
24
+ - { k: 1, value: 0.580 }
25
+ - { k: 5, value: 0.724 }
26
+ - { k: 25, value: 0.831 }
27
+ - { k: 50, value: 0.860 }
28
+ - { k: 100, value: 0.883 }
29
+ - { k: 200, value: 0.902 }
30
  ---
31
 
32
  # Welcome to ICB-UMA's Repository on Hugging Face