Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
pipeline_tag: text-classification
|
6 |
---
|
7 |
+
based on https://github.com/shibing624/text2vec
|
8 |
+
|
9 |
+
* using all 5 tasks' datasets
|
10 |
+
* base model is hfl/chinese-lert-base
|
11 |
+
* max_seq_length = 256
|
12 |
+
|
13 |
+
spearman result:
|
14 |
+
|
15 |
+
| STS-B | ATEC | BQ | LCQMC | PAWSX |
|
16 |
+
| ---- | ---- | ---- | ---- | ---- |
|
17 |
+
| 67.60 | 42.67 | 61.61 | 77.79 | 57.54 |
|
18 |
+
|
19 |
+
---
|
20 |
+
license: apache-2.0
|
21 |
+
---
|