Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,14 @@ tags:
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
- transformers
|
|
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
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.
|
13 |
|
14 |
-
|
15 |
|
16 |
## Usage (Sentence-Transformers)
|
17 |
|
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
- transformers
|
8 |
+
license: cc-by-3.0
|
9 |
---
|
10 |
|
11 |
+
# RoBERTa TopSeg BBC
|
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 |
+
The model has been fine-tuned on transcripts from news shows aired on BBC world news channel, so as to encode sentences from the same topically coherent news segment closer in space.
|
16 |
|
17 |
## Usage (Sentence-Transformers)
|
18 |
|