d1mitriz commited on
Commit
22a6274
·
1 Parent(s): 8d86949

Fixed model card, try 4

Browse files
Files changed (1) hide show
  1. README.md +14 -18
README.md CHANGED
@@ -3,10 +3,10 @@ language:
3
  - el
4
  pipeline_tag: sentence-similarity
5
  tags:
6
- - sentence-transformers
7
- - feature-extraction
8
- - sentence-similarity
9
- - transformers
10
  metrics:
11
  - accuracy_cosinus
12
  - accuracy_euclidean
@@ -14,20 +14,16 @@ metrics:
14
  model-index:
15
  - name: st-greek-media-bert-base-uncased
16
  results: [
17
- {
18
- "task": {
19
- "name": "STS Benchmark",
20
- "type": "sentence-similarity"
21
- },
22
- "metrics": {
23
- "accuracy_cosinus": 0.9563965089445283,
24
- "accuracy_euclidean": 0.9566394253292384,
25
- "accuracy_manhattan": 0.9565353183072198
26
- },
27
- "dataset": {
28
- "name": "all_custom_greek_media_triplets",
29
- "type": "sentence-pair"
30
- }
31
  ]
32
  ---
33
 
 
3
  - el
4
  pipeline_tag: sentence-similarity
5
  tags:
6
+ - sentence-transformers
7
+ - feature-extraction
8
+ - sentence-similarity
9
+ - transformers
10
  metrics:
11
  - accuracy_cosinus
12
  - accuracy_euclidean
 
14
  model-index:
15
  - name: st-greek-media-bert-base-uncased
16
  results: [
17
+ task:
18
+ name: STS Benchmark
19
+ type: sentence-similarity
20
+ metrics:
21
+ accuracy_cosinus: 0.9563965089445283
22
+ accuracy_euclidean: 0.9566394253292384
23
+ accuracy_manhattan: 0.9565353183072198
24
+ dataset:
25
+ name: all_custom_greek_media_triplets
26
+ type: sentence-pair
 
 
 
 
27
  ]
28
  ---
29