Oleg Bourdo commited on
Commit
ef2652f
·
unverified ·
1 Parent(s): bf7c5b1

update lukashenko pizdzesh dataset

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +0 -0
  2. dataset_info.json +38 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
Binary file (219 kB). View file
 
dataset_info.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "text",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "text",
6
+ "dataset_size": 218533,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/Users/olegbourdo/python_examples/nlp_hf_luka/lukash_data.txt": {
10
+ "num_bytes": 215619,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 215619,
15
+ "features": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "",
22
+ "license": "",
23
+ "size_in_bytes": 434152,
24
+ "splits": {
25
+ "train": {
26
+ "name": "train",
27
+ "num_bytes": 218533,
28
+ "num_examples": 971,
29
+ "dataset_name": "text"
30
+ }
31
+ },
32
+ "version": {
33
+ "version_str": "0.0.0",
34
+ "major": 0,
35
+ "minor": 0,
36
+ "patch": 0
37
+ }
38
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8117aefb2ef42497",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }