Datasets:

Modalities:
Text
Languages:
Chinese
ArXiv:
Libraries:
Datasets
License:
silver commited on
Commit
49f9a08
1 Parent(s): f9b841a

update readme

Browse files
Files changed (2) hide show
  1. README.md +7 -23
  2. personal_dialog.py +1 -1
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  annotations_creators:
3
- - other
4
  language_creators:
5
- - other
6
  languages:
7
  - zh
8
  licenses:
9
- - mit
10
  multilinguality:
11
  - monolingual
12
  paperswithcode_id: personaldialog
@@ -186,27 +186,11 @@ PersonalDialog中的对话是中文的
186
 
187
  ### Licensing Information
188
 
189
- MIT License
190
 
191
- Copyright (c) 2019 silver
192
-
193
- Permission is hereby granted, free of charge, to any person obtaining a copy
194
- of this software and associated documentation files (the "Software"), to deal
195
- in the Software without restriction, including without limitation the rights
196
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
197
- copies of the Software, and to permit persons to whom the Software is
198
- furnished to do so, subject to the following conditions:
199
-
200
- The above copyright notice and this permission notice shall be included in all
201
- copies or substantial portions of the Software.
202
-
203
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
204
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
205
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
206
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
207
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
208
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
209
- SOFTWARE.
210
 
211
  ### Citation Information
212
 
 
1
  ---
2
  annotations_creators:
3
+ - no-annotation
4
  language_creators:
5
+ - found
6
  languages:
7
  - zh
8
  licenses:
9
+ - other-weibo
10
  multilinguality:
11
  - monolingual
12
  paperswithcode_id: personaldialog
 
186
 
187
  ### Licensing Information
188
 
189
+ other-weibo
190
 
191
+ This dataset is collected from Weibo.
192
+ You can refer to the [detailed policy](https://weibo.com/signup/v5/privacy) required to use this dataset.
193
+ Please restrict the usage of this dataset to non-commerical purposes.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
 
195
  ### Citation Information
196
 
personal_dialog.py CHANGED
@@ -52,11 +52,11 @@ _HOMEPAGE = "https://github.com/silverriver/PersonalDilaog"
52
  _LICENSE = "MIT"
53
 
54
  _URLS = {
55
- "train": "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dialogues_train.jsonl.gz",
56
  "valid": [
57
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dev_biased.jsonl.gz",
58
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dev_random.jsonl.gz",
59
  ],
 
60
  "test": [
61
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/test_biased.jsonl.gz",
62
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/test_random.jsonl.gz",
 
52
  _LICENSE = "MIT"
53
 
54
  _URLS = {
 
55
  "valid": [
56
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dev_biased.jsonl.gz",
57
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dev_random.jsonl.gz",
58
  ],
59
+ "train": "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/dialogues_train.jsonl.gz",
60
  "test": [
61
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/test_biased.jsonl.gz",
62
  "https://huggingface.co/datasets/silver/personal_dialog/resolve/main/test_random.jsonl.gz",