Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
tags:
|
6 |
+
- bert
|
7 |
+
- feature-extraction
|
8 |
+
- text2vec
|
9 |
+
datasets:
|
10 |
+
- shibing624/nli_zh
|
11 |
+
pipeline_tag: sentence-similarity
|
12 |
---
|
13 |
+
Based on the derivative model of https://huggingface.co/shibing624/text2vec-base-chinese, replace MacBERT with hfl/chinese-roberta-wwm-ext, expand max_seq_length from 128 to 512, and keep other training conditions unchanged。
|