File size: 583 Bytes
17003fe 986354b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
language: zh
tags:
- sbert
datasets:
- dialogue
---
# Data
train data is similarity sentence data from E-commerce dialogue, about 50w sentence pairs.
## Model
model created by [sentence-tansformers](https://www.sbert.net/index.html),model struct is bi-encoder
model's train code by [PairSupCon](https://github.com/amazon-research/sentence-representations/tree/main/PairSupCon)
### Usage
[test.py](https://github.com/TTurn/sentence-representations/edit/main/PairSupCon/test.py)
#### Code
train code from https://github.com/TTurn/sentence-representations/tree/main/PairSupCon |