Anonymous Authors commited on
Commit
08fae82
1 Parent(s): e050c39

Upload 3 files

Browse files
Files changed (3) hide show
  1. jobs/dataset.arrow +3 -0
  2. jobs/dataset_info.json +31 -0
  3. jobs/state.json +21 -0
jobs/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5cb192fcbe92733c38000d558d6957f4a0676b785ddb7f0b67ad24b107e087
3
+ size 3089024288
jobs/dataset_info.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "adjective": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "profession": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "no": {
14
+ "dtype": "int32",
15
+ "_type": "Value"
16
+ },
17
+ "image_path": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "image": {
22
+ "_type": "Image"
23
+ },
24
+ "model": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ }
28
+ },
29
+ "homepage": "",
30
+ "license": ""
31
+ }
jobs/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2b835bb0cb0c9af3",
8
+ "_format_columns": [
9
+ "adjective",
10
+ "profession",
11
+ "no",
12
+ "image_path",
13
+ "image",
14
+ "model"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_indexes": {},
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }