Commit
·
2fd71a2
1
Parent(s):
af4ef5d
Test utterances added
Browse files- test_utterances/dataset.arrow +3 -0
- test_utterances/dataset_info.json +50 -0
- test_utterances/state.json +14 -0
test_utterances/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31925e82d17c03be6bdbce77c931d735766721674595c4466a2a768c03a295f9
|
3 |
+
size 23131256
|
test_utterances/dataset_info.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"input_ids": {
|
11 |
+
"feature": {
|
12 |
+
"dtype": "int32",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"length": -1,
|
17 |
+
"id": null,
|
18 |
+
"_type": "Sequence"
|
19 |
+
},
|
20 |
+
"attention_mask": {
|
21 |
+
"feature": {
|
22 |
+
"dtype": "int8",
|
23 |
+
"id": null,
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"length": -1,
|
27 |
+
"id": null,
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"labels": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"homepage": "",
|
42 |
+
"license": "",
|
43 |
+
"post_processed": null,
|
44 |
+
"post_processing_size": null,
|
45 |
+
"size_in_bytes": null,
|
46 |
+
"splits": null,
|
47 |
+
"supervised_keys": null,
|
48 |
+
"task_templates": null,
|
49 |
+
"version": null
|
50 |
+
}
|
test_utterances/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "e2e2f89763f1a01f",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": null
|
14 |
+
}
|