brunokreiner
commited on
Commit
·
fe8e52b
1
Parent(s):
240cdf6
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ tags:
|
|
12 |
|
13 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 300 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)
|
|
|
12 |
|
13 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 300 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
14 |
|
15 |
+
This model was trained on around 480'000 lyrics that were classified as english by the python langdetect package. It was trained from scratch using contrastive learning and multiple negatives ranking loss. The base model was a bert-base-uncased model.
|
16 |
+
|
17 |
<!--- Describe your model here -->
|
18 |
|
19 |
## Usage (Sentence-Transformers)
|