lhchan commited on
Commit
f1a793c
·
1 Parent(s): 5843694

update readme

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
  language:
3
  - fi
 
4
  tags:
5
- - Sentence Transformers
6
- - pipeline_tag:sentence-similarity
 
 
7
  widget:
8
  - text: "Minusta täällä on ihana asua!"
9
  ---
@@ -11,8 +14,7 @@ widget:
11
 
12
  # Cased Finnish Sentence BERT model
13
 
14
- Finnish Sentence BERT trained from FinBERT
15
- A demo on retrieving the most similar sentences from a dataset of 400 million sentences can be found [here](http://epsilon-it.utu.fi/sbert400m)
16
 
17
  ## Training
18
 
 
1
  ---
2
  language:
3
  - fi
4
+ pipeline_tag: sentence-similarity
5
  tags:
6
+ - sentence-transformers
7
+ - feature-extraction
8
+ - sentence-similarity
9
+ - transformers
10
  widget:
11
  - text: "Minusta täällä on ihana asua!"
12
  ---
 
14
 
15
  # Cased Finnish Sentence BERT model
16
 
17
+ Finnish Sentence BERT trained from FinBERT. A demo on retrieving the most similar sentences from a dataset of 400 million sentences can be found [here](http://epsilon-it.utu.fi/sbert400m).
 
18
 
19
  ## Training
20