EmirhanP commited on
Commit
e278da4
·
verified ·
1 Parent(s): f6f98bc

Upload 2 files

Browse files
Files changed (2) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +74 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3d6d8ff22f2e155fad9774c0c45d7cc71de8866102539fc91010e31a99752d
3
+ size 147992
dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "hellaswag_eng",
6
+ "dataset_size": 146054,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/berkay-demirhan/hellaswag_eng@32692cd38f86b1afa344deb7930d192f2917501b/hellaswageng.csv": {
10
+ "num_bytes": 138447,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 138447,
15
+ "features": {
16
+ "ind": {
17
+ "dtype": "int64",
18
+ "_type": "Value"
19
+ },
20
+ "activity_label": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "ctx_a": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "ctx_b": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "ctx": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "endings": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "source_id": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "split": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "split_type": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "label": {
53
+ "dtype": "int64",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "homepage": "",
58
+ "license": "",
59
+ "size_in_bytes": 284501,
60
+ "splits": {
61
+ "train": {
62
+ "name": "train",
63
+ "num_bytes": 146054,
64
+ "num_examples": 250,
65
+ "dataset_name": "hellaswag_eng"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }