nixmaverick1997 commited on
Commit
fe1c8bb
1 Parent(s): 514811d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -10,9 +10,11 @@ tags:
10
 
11
  # SetFit Sentiment Classifier
12
 
13
- This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
14
 
15
  <!--- Describe your model here -->
 
 
16
 
17
  ## Usage (Sentence-Transformers)
18
 
@@ -76,6 +78,7 @@ print(sentence_embeddings)
76
  ## Evaluation Results
77
 
78
  <!--- Describe how your model was evaluated -->
 
79
 
80
 
81
 
 
10
 
11
  # SetFit Sentiment Classifier
12
 
13
+ This is a variant of the [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
14
 
15
  <!--- Describe your model here -->
16
+ Uses Siamese and triplet network structures to generate semantically meaningful sentence embeddings
17
+
18
 
19
  ## Usage (Sentence-Transformers)
20
 
 
78
  ## Evaluation Results
79
 
80
  <!--- Describe how your model was evaluated -->
81
+ Loss class = CosineSimilarityLoss
82
 
83
 
84