tuhailong's picture
Update README.md
986354b
---
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