Selvakumarduraipandian commited on
Commit
b2989a8
·
verified ·
1 Parent(s): 97fcb1b

Upload 4 files

Browse files
thirukural_dataset/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
thirukural_dataset/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66586d1a7669ffc9c7f6ea791c80e7684d55ee43144e519121bd541ab860e919
3
+ size 4221448
thirukural_dataset/train/dataset_info.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 4216819,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/Users/selva/Documents/Projects/Python/kural/thirukkural.jsonl": {
10
+ "num_bytes": 4498010,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 4498010,
15
+ "features": {
16
+ "ID": {
17
+ "dtype": "int64",
18
+ "_type": "Value"
19
+ },
20
+ "Adhigaram_ID": {
21
+ "dtype": "int64",
22
+ "_type": "Value"
23
+ },
24
+ "Paal": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "Iyal": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "Adhigaram": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "Kural": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "Transliteration": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "Vilakam": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "Couplet": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "Chapter": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "Section": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "Athigaram": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "Kalaingar_Urai": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ },
68
+ "Parimezhalagar_Urai": {
69
+ "dtype": "string",
70
+ "_type": "Value"
71
+ },
72
+ "M_Varadharajanar": {
73
+ "dtype": "string",
74
+ "_type": "Value"
75
+ },
76
+ "Solomon_Pappaiya": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ }
80
+ },
81
+ "homepage": "",
82
+ "license": "",
83
+ "size_in_bytes": 8714829,
84
+ "splits": {
85
+ "train": {
86
+ "name": "train",
87
+ "num_bytes": 4216819,
88
+ "num_examples": 1330,
89
+ "dataset_name": "json"
90
+ }
91
+ },
92
+ "version": {
93
+ "version_str": "0.0.0",
94
+ "major": 0,
95
+ "minor": 0,
96
+ "patch": 0
97
+ }
98
+ }
thirukural_dataset/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e9cbb76a4dcd6179",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }