File size: 484 Bytes
8a85d44
a089788
556812f
ac2ef04
556812f
 
ac2ef04
a089788
 
 
 
8a85d44
18b2f73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
license: apache-2.0
datasets:
- shibing624/nli_zh
language:
- zh
---
based on https://github.com/shibing624/text2vec

* using all 5 tasks' datasets
* base model is hfl/chinese-lert-base
* max_seq_length = 256

spearman result:

| STS-B | ATEC | BQ | LCQMC | PAWSX |
| ---- | ---- | ---- | ---- | ---- |
| 67.60 | 42.67 | 61.61 | 77.79 | 57.54 |

---
license: apache-2.0
---