khouloudCh15 commited on
Commit
c9011b1
·
verified ·
1 Parent(s): 5b713bf

Upload 4 files

Browse files
test_dataset/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9263650ea43e5b683d32e26d7753def5bda07c0a9c4bdf91db82cf8444e2297a
3
+ size 331210336
test_dataset/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845f2e6b28c0fc636cf361f7e146ba3f6538a7383b83ffb675c4c3006b0c3f8b
3
+ size 331210336
test_dataset/dataset_info.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_values": {
6
+ "feature": {
7
+ "dtype": "float32",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "labels": {
13
+ "emotion_label": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "sentiment_label": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "stress_label": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ }
25
+ }
26
+ },
27
+ "homepage": "",
28
+ "license": ""
29
+ }
test_dataset/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "2a517dbae4b09c52",
11
+ "_format_columns": [
12
+ "input_values",
13
+ "labels"
14
+ ],
15
+ "_format_kwargs": {},
16
+ "_format_type": "torch",
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }