a-scarlett commited on
Commit
81544ba
·
verified ·
1 Parent(s): 8244771

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1902452879375b19c33c1ea0fdc3a66ce6ee993abf09e98b874ebf7f6b2a4260
3
+ size 27336
train/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "kotlin_qa",
6
+ "dataset_size": 26742,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/JetBrains/Kotlin_QA@bc09ab4a3475f3d6e6caa40ebf7a0f4f5dacb21c/Kotlin_QA_version_parquet.parquet": {
10
+ "num_bytes": 18909,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 18909,
15
+ "features": {
16
+ "Question": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "Answer": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "size_in_bytes": 45651,
28
+ "splits": {
29
+ "train": {
30
+ "name": "train",
31
+ "num_bytes": 26742,
32
+ "num_examples": 47,
33
+ "dataset_name": "kotlin_qa"
34
+ }
35
+ },
36
+ "version": {
37
+ "version_str": "0.0.0",
38
+ "major": 0,
39
+ "minor": 0,
40
+ "patch": 0
41
+ }
42
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f84013256b6d3686",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }