djsull commited on
Commit
63c9f5e
·
verified ·
1 Parent(s): 919b819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -1,15 +1,5 @@
1
  ---
2
- language: []
3
  library_name: sentence-transformers
4
- tags:
5
- - sentence-transformers
6
- - sentence-similarity
7
- - feature-extraction
8
- - dataset_size:100K<n<1M
9
- - loss:MatryoshkaLoss
10
- - loss:MultipleNegativesRankingLoss
11
- - loss:CosineSimilarityLoss
12
- base_model: klue/roberta-small
13
  metrics:
14
  - pearson_cosine
15
  - spearman_cosine
@@ -90,15 +80,11 @@ model-index:
90
  name: Spearman Max
91
  ---
92
 
93
- # SentenceTransformer based on klue/roberta-small
94
-
95
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [klue/roberta-small](https://huggingface.co/klue/roberta-small). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
96
 
97
  ## Model Details
98
 
99
  ### Model Description
100
  - **Model Type:** Sentence Transformer
101
- - **Base model:** [klue/roberta-small](https://huggingface.co/klue/roberta-small) <!-- at revision 5fe1f0cb3946f0ea1c01e657cd1688771cf47802 -->
102
  - **Maximum Sequence Length:** 256 tokens
103
  - **Output Dimensionality:** 768 tokens
104
  - **Similarity Function:** Cosine Similarity
 
1
  ---
 
2
  library_name: sentence-transformers
 
 
 
 
 
 
 
 
 
3
  metrics:
4
  - pearson_cosine
5
  - spearman_cosine
 
80
  name: Spearman Max
81
  ---
82
 
 
 
 
83
 
84
  ## Model Details
85
 
86
  ### Model Description
87
  - **Model Type:** Sentence Transformer
 
88
  - **Maximum Sequence Length:** 256 tokens
89
  - **Output Dimensionality:** 768 tokens
90
  - **Similarity Function:** Cosine Similarity