Update README.md
Browse files
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
|
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
|