oldhu commited on
Commit
a089788
·
1 Parent(s): 3cc2d85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,13 +1,18 @@
1
  ---
 
2
  license: apache-2.0
3
- language:
4
- - zh
5
  tags:
6
  - text2vec
7
  - feature-extraction
8
  - sentence-similarity
9
  - transformers
10
- pipeline_tag: sentence-similarity
 
 
 
 
 
 
11
  ---
12
  based on https://github.com/shibing624/text2vec
13
 
 
1
  ---
2
+ pipeline_tag: sentence-similarity
3
  license: apache-2.0
 
 
4
  tags:
5
  - text2vec
6
  - feature-extraction
7
  - sentence-similarity
8
  - transformers
9
+ datasets:
10
+ - shibing624/nli_zh
11
+ language:
12
+ - zh
13
+ metrics:
14
+ - bleu
15
+ library_name: transformers
16
  ---
17
  based on https://github.com/shibing624/text2vec
18