fernando-peres commited on
Commit
ab45661
·
1 Parent(s): 64fc934

readme update

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -8,7 +8,6 @@ task_categories:
8
  - text-classification
9
  tags:
10
  - legal
11
-
12
  configs:
13
  - config_name: default
14
  data_files:
@@ -22,7 +21,26 @@ configs:
22
  data_files:
23
  - split: train
24
  path: "/unlabeled_sentences/train.parquet"
25
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # Paraguay Legislation
 
8
  - text-classification
9
  tags:
10
  - legal
 
11
  configs:
12
  - config_name: default
13
  data_files:
 
21
  data_files:
22
  - split: train
23
  path: "/unlabeled_sentences/train.parquet"
24
+ dataset_info:
25
+ - config_name: raw_text
26
+ features:
27
+ - name: source_id
28
+ dtype: int64
29
+ - name: source_name
30
+ dtype: string
31
+ - name: text
32
+ dtype: string
33
+ - name: text_id
34
+ dtype: int64
35
+ - name: extension
36
+ dtype:
37
+ class_label:
38
+ names:
39
+ '0': docx
40
+ '1': pdf
41
+ '2': html
42
+ '3': txt
43
+ '4': doc
44
  ---
45
 
46
  # Paraguay Legislation