berkay-demirhan commited on
Commit
2d9405e
1 Parent(s): dde1ac4

Upload 2 files

Browse files
Files changed (2) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +77 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5fe2c70889a4af880483484fbf8da0a7cb7684c4d5da7df37254b14697571ef
3
+ size 161360
dataset_info.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "hellaswag_tr",
6
+ "dataset_size": 159302,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/berkay-demirhan/hellaswag_tr@31fe92c88e5d2ba99b052361bd768639dbf9cf6f/hellaswagtr.csv": {
10
+ "num_bytes": 151799,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 151799,
15
+ "features": {
16
+ "base_id": {
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
+ "source_id": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "split": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "split_type": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "label": {
49
+ "dtype": "int64",
50
+ "_type": "Value"
51
+ },
52
+ "endings": {
53
+ "feature": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "_type": "Sequence"
58
+ }
59
+ },
60
+ "homepage": "",
61
+ "license": "",
62
+ "size_in_bytes": 311101,
63
+ "splits": {
64
+ "train": {
65
+ "name": "train",
66
+ "num_bytes": 159302,
67
+ "num_examples": 250,
68
+ "dataset_name": "hellaswag_tr"
69
+ }
70
+ },
71
+ "version": {
72
+ "version_str": "0.0.0",
73
+ "major": 0,
74
+ "minor": 0,
75
+ "patch": 0
76
+ }
77
+ }