tuhailong commited on
Commit
c913639
1 Parent(s): 11730aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ datasets:
10
  train data is similarity sentence data from E-commerce dialogue, about 50w sentence pairs.
11
 
12
  ## Model
13
- model created by [sentence-tansformers](https://www.sbert.net/index.html),model struct is bi-encoder.
14
  This model structure is as same as [tuhailong/cross_encoder_roberta-wwm-ext_v1](https://huggingface.co/tuhailong/cross_encoder_roberta-wwm-ext_v1),the difference is changing the epoch from 5 to 1, the performance is better in my dataset.
15
 
16
  ### Usage
 
10
  train data is similarity sentence data from E-commerce dialogue, about 50w sentence pairs.
11
 
12
  ## Model
13
+ model created by [sentence-tansformers](https://www.sbert.net/index.html),model struct is cross-encoder, pretrained model is hfl/chinese-roberta-wwm-ext.
14
  This model structure is as same as [tuhailong/cross_encoder_roberta-wwm-ext_v1](https://huggingface.co/tuhailong/cross_encoder_roberta-wwm-ext_v1),the difference is changing the epoch from 5 to 1, the performance is better in my dataset.
15
 
16
  ### Usage