Osaleh commited on
Commit
f8d841e
1 Parent(s): 71a773f

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +89 -0
dataset_info.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "Osaleh--ArSAS",
5
+ "dataset_size": 7722310,
6
+ "description": "",
7
+ "download_checksums": {
8
+ "https://huggingface.co/datasets/Osaleh/ArSAS/resolve/71a773fd561366c453d94298c9c7e51e8d5e9a69/train.csv": {
9
+ "num_bytes": 5764358,
10
+ "checksum": "c8f3512ed7772f8d6bc52e8224fdcfad6232482415b5493dc74107fac4c1440a"
11
+ },
12
+ "https://huggingface.co/datasets/Osaleh/ArSAS/resolve/71a773fd561366c453d94298c9c7e51e8d5e9a69/test.csv": {
13
+ "num_bytes": 1438996,
14
+ "checksum": "dc6474684205b7ccbe719589a0bbb9f6acb2c6e059e00e59dcee41aea89ba891"
15
+ }
16
+ },
17
+ "download_size": 7203354,
18
+ "features": {
19
+ "labels": {
20
+ "num_classes": 2,
21
+ "names": [
22
+ "negative",
23
+ "positive"
24
+ ]},
25
+ "tweet": {
26
+ "dtype": "string",
27
+ "id": null,
28
+ "_type": "Value"
29
+ },
30
+ "input_ids": {
31
+ "feature": {
32
+ "dtype": "int32",
33
+ "id": null,
34
+ "_type": "Value"
35
+ },
36
+ "length": -1,
37
+ "id": null,
38
+ "_type": "Sequence"
39
+ },
40
+ "token_type_ids": {
41
+ "feature": {
42
+ "dtype": "int8",
43
+ "id": null,
44
+ "_type": "Value"
45
+ },
46
+ "length": -1,
47
+ "id": null,
48
+ "_type": "Sequence"
49
+ },
50
+ "attention_mask": {
51
+ "feature": {
52
+ "dtype": "int8",
53
+ "id": null,
54
+ "_type": "Value"
55
+ },
56
+ "length": -1,
57
+ "id": null,
58
+ "_type": "Sequence"
59
+ }
60
+ },
61
+ "homepage": "",
62
+ "license": "",
63
+ "post_processed": null,
64
+ "post_processing_size": null,
65
+ "size_in_bytes": 14925664,
66
+ "splits": {
67
+ "train": {
68
+ "name": "train",
69
+ "num_bytes": 6179426,
70
+ "num_examples": 47000,
71
+ "dataset_name": "csv"
72
+ },
73
+ "test": {
74
+ "name": "test",
75
+ "num_bytes": 1542884,
76
+ "num_examples": 11751,
77
+ "dataset_name": "csv"
78
+ }
79
+ },
80
+ "supervised_keys": null,
81
+ "task_templates": null,
82
+ "version": {
83
+ "version_str": "0.0.0",
84
+ "description": null,
85
+ "major": 0,
86
+ "minor": 0,
87
+ "patch": 0
88
+ }
89
+ }