Datasets:
shibing624
commited on
Commit
•
0c3b65e
1
Parent(s):
4aa6a91
Update nli-zh-all.py
Browse files- nli-zh-all.py +1 -10
nli-zh-all.py
CHANGED
@@ -25,16 +25,7 @@ import os
|
|
25 |
import datasets
|
26 |
|
27 |
|
28 |
-
_CITATION = """
|
29 |
-
@misc{Text2vec,
|
30 |
-
author = {Xu, Ming},
|
31 |
-
title = {Text2vec: Text to vector toolkit},
|
32 |
-
year = {2022},
|
33 |
-
publisher = {GitHub},
|
34 |
-
journal = {GitHub repository},
|
35 |
-
howpublished = {\url{https://github.com/shibing624/text2vec}},
|
36 |
-
}
|
37 |
-
"""
|
38 |
|
39 |
_DESCRIPTION = """\
|
40 |
The SNLI corpus (version 1.0) is a merged chinese sentence similarity dataset, supporting the task of natural language
|
|
|
25 |
import datasets
|
26 |
|
27 |
|
28 |
+
_CITATION = """https://github.com/shibing624/text2vec"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
_DESCRIPTION = """\
|
31 |
The SNLI corpus (version 1.0) is a merged chinese sentence similarity dataset, supporting the task of natural language
|