epeters3 commited on
Commit
3d89891
1 Parent(s): b70da28

Don't track dataset_infos.json with lfs

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -1
  2. dataset_infos.json +176 -3
.gitattributes CHANGED
@@ -2,4 +2,3 @@ personachat_truecased_full_train.json filter=lfs diff=lfs merge=lfs -text
2
  personachat_truecased_full_valid.json filter=lfs diff=lfs merge=lfs -text
3
  personachat_truecased_sample_train.json filter=lfs diff=lfs merge=lfs -text
4
  personachat_truecased_sample_valid.json filter=lfs diff=lfs merge=lfs -text
5
- dataset_infos.json filter=lfs diff=lfs merge=lfs -text
 
2
  personachat_truecased_full_valid.json filter=lfs diff=lfs merge=lfs -text
3
  personachat_truecased_sample_train.json filter=lfs diff=lfs merge=lfs -text
4
  personachat_truecased_sample_valid.json filter=lfs diff=lfs merge=lfs -text
 
dataset_infos.json CHANGED
@@ -1,3 +1,176 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:95d0cc18a127df96323f31028fed4643807a03fd3d64b10ff773e9b7298bc9b5
3
- size 5474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "full": {
3
+ "description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
4
+ "citation": "@article{zhang2018personalizing,\n title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n journal={arXiv preprint arXiv:1801.07243},\n year={2018}\n}\n",
5
+ "homepage": "",
6
+ "license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
7
+ "features": {
8
+ "personality": {
9
+ "feature": {
10
+ "dtype": "string",
11
+ "id": null,
12
+ "_type": "Value"
13
+ },
14
+ "length": -1,
15
+ "id": null,
16
+ "_type": "Sequence"
17
+ },
18
+ "candidates": {
19
+ "feature": {
20
+ "dtype": "string",
21
+ "id": null,
22
+ "_type": "Value"
23
+ },
24
+ "length": -1,
25
+ "id": null,
26
+ "_type": "Sequence"
27
+ },
28
+ "history": {
29
+ "feature": {
30
+ "dtype": "string",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "length": -1,
35
+ "id": null,
36
+ "_type": "Sequence"
37
+ },
38
+ "conv_id": {
39
+ "dtype": "int32",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "utterance_idx": {
44
+ "dtype": "int32",
45
+ "id": null,
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "post_processed": null,
50
+ "supervised_keys": null,
51
+ "builder_name": "personachat_truecased",
52
+ "config_name": "full",
53
+ "version": {
54
+ "version_str": "1.0.0",
55
+ "description": null,
56
+ "major": 1,
57
+ "minor": 0,
58
+ "patch": 0
59
+ },
60
+ "splits": {
61
+ "train": {
62
+ "name": "train",
63
+ "num_bytes": 208267262,
64
+ "num_examples": 131438,
65
+ "dataset_name": "personachat_truecased"
66
+ },
67
+ "validation": {
68
+ "name": "validation",
69
+ "num_bytes": 12968847,
70
+ "num_examples": 7801,
71
+ "dataset_name": "personachat_truecased"
72
+ }
73
+ },
74
+ "download_checksums": {
75
+ "./personachat_truecased_full_train.json": {
76
+ "num_bytes": 193210313,
77
+ "checksum": "cea0e87a230ecbf69ef7937a6012e12060a7f4a2bd9a1adc44d3141cb57938f3"
78
+ },
79
+ "./personachat_truecased_full_valid.json": {
80
+ "num_bytes": 11995403,
81
+ "checksum": "2277648a4b773d81cf3406eb872deff9489a930c7140b5a1a1bed79a48317562"
82
+ }
83
+ },
84
+ "download_size": 205205716,
85
+ "post_processing_size": null,
86
+ "dataset_size": 221236109,
87
+ "size_in_bytes": 426441825
88
+ },
89
+ "sample": {
90
+ "description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
91
+ "citation": "@article{zhang2018personalizing,\n title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n journal={arXiv preprint arXiv:1801.07243},\n year={2018}\n}\n",
92
+ "homepage": "",
93
+ "license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
94
+ "features": {
95
+ "personality": {
96
+ "feature": {
97
+ "dtype": "string",
98
+ "id": null,
99
+ "_type": "Value"
100
+ },
101
+ "length": -1,
102
+ "id": null,
103
+ "_type": "Sequence"
104
+ },
105
+ "candidates": {
106
+ "feature": {
107
+ "dtype": "string",
108
+ "id": null,
109
+ "_type": "Value"
110
+ },
111
+ "length": -1,
112
+ "id": null,
113
+ "_type": "Sequence"
114
+ },
115
+ "history": {
116
+ "feature": {
117
+ "dtype": "string",
118
+ "id": null,
119
+ "_type": "Value"
120
+ },
121
+ "length": -1,
122
+ "id": null,
123
+ "_type": "Sequence"
124
+ },
125
+ "conv_id": {
126
+ "dtype": "int32",
127
+ "id": null,
128
+ "_type": "Value"
129
+ },
130
+ "utterance_idx": {
131
+ "dtype": "int32",
132
+ "id": null,
133
+ "_type": "Value"
134
+ }
135
+ },
136
+ "post_processed": null,
137
+ "supervised_keys": null,
138
+ "builder_name": "personachat_truecased",
139
+ "config_name": "sample",
140
+ "version": {
141
+ "version_str": "1.0.0",
142
+ "description": null,
143
+ "major": 1,
144
+ "minor": 0,
145
+ "patch": 0
146
+ },
147
+ "splits": {
148
+ "train": {
149
+ "name": "train",
150
+ "num_bytes": 22552,
151
+ "num_examples": 14,
152
+ "dataset_name": "personachat_truecased"
153
+ },
154
+ "validation": {
155
+ "name": "validation",
156
+ "num_bytes": 24568,
157
+ "num_examples": 15,
158
+ "dataset_name": "personachat_truecased"
159
+ }
160
+ },
161
+ "download_checksums": {
162
+ "./personachat_truecased_sample_train.json": {
163
+ "num_bytes": 21396,
164
+ "checksum": "cba1d219748010a15e47bdb5fbc78903bd77c52ffa2ff8fdb96e6e68d1747e5a"
165
+ },
166
+ "./personachat_truecased_sample_valid.json": {
167
+ "num_bytes": 23092,
168
+ "checksum": "f0f956b6e6b359949073dc47117e192140a289ec974f2edb77c230f5a63e6420"
169
+ }
170
+ },
171
+ "download_size": 44488,
172
+ "post_processing_size": null,
173
+ "dataset_size": 47120,
174
+ "size_in_bytes": 91608
175
+ }
176
+ }