github-actions[bot] commited on
Commit
c2c4e48
·
1 Parent(s): 6dceba5

Update dataset 'educational-institutes'

Browse files
Files changed (1) hide show
  1. dataset_infos.json +48 -0
dataset_infos.json CHANGED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "educational-institutes": {
3
+ "default": {
4
+ "description": "Educational institutes dataset for Bangladesh",
5
+ "citation": "",
6
+ "homepage": "",
7
+ "license": "MIT",
8
+ "features": {
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "splits": {
15
+ "train": {
16
+ "name": "train",
17
+ "num_bytes": 0,
18
+ "num_examples": 0
19
+ }
20
+ },
21
+ "download_size": 0,
22
+ "dataset_size": 0
23
+ }
24
+ },
25
+ "laws": {
26
+ "default": {
27
+ "description": "Laws and legal documents dataset for Bangladesh",
28
+ "citation": "",
29
+ "homepage": "",
30
+ "license": "MIT",
31
+ "features": {
32
+ "text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ }
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 0,
41
+ "num_examples": 0
42
+ }
43
+ },
44
+ "download_size": 0,
45
+ "dataset_size": 0
46
+ }
47
+ }
48
+ }