YangsHao commited on
Commit
f0d1b71
·
1 Parent(s): 11709ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,9 +8,10 @@ tags:
8
 
9
  ---
10
 
11
- # {MODEL_NAME}
 
 
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