Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,10 @@ tags:
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
|
|
|
|
|
|
| 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 |
|
|
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# RecBERT
|
| 12 |
+
|
| 13 |
+
RecBERT is a Pretrain-for-Recommentation model. It could serve as an item encoder with the capability of capturing both collaborative filtering signals and text semantic Information. RecBERT is pre-trained on CMCC, an industrial video recommendation dataset collected from China Mobile.
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
<!--- Describe your model here -->
|
| 17 |
|