Luciano commited on
Commit
68d4682
·
1 Parent(s): c9e138d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -23,8 +23,10 @@ source_datasets: []
23
  tags: []
24
  task_categories:
25
  - fill-mask
 
26
  task_ids:
27
  - masked-language-modeling
 
28
  ---
29
 
30
  # Dataset Card for [Dataset Name]
@@ -64,7 +66,17 @@ task_ids:
64
 
65
  ### Dataset Summary
66
 
67
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
68
 
69
  ### Supported Tasks and Leaderboards
70
 
@@ -76,6 +88,19 @@ task_ids:
76
 
77
  ## Dataset Structure
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### Data Instances
80
 
81
  [More Information Needed]
 
23
  tags: []
24
  task_categories:
25
  - fill-mask
26
+ - text-generation
27
  task_ids:
28
  - masked-language-modeling
29
+ - language-modeling
30
  ---
31
 
32
  # Dataset Card for [Dataset Name]
 
66
 
67
  ### Dataset Summary
68
 
69
+ The LeNER-Br language modeling dataset is a collection of legal texts
70
+ in Portuguese from the LeNER-Br dataset (https://cic.unb.br/~teodecampos/LeNER-Br/).
71
+
72
+
73
+ The legal texts were obtained from the original token classification Hugging Face
74
+ LeNER-Br dataset (https://huggingface.co/datasets/lener_br) and processed to create
75
+ a DatasetDict with train and validation dataset (20%).
76
+
77
+
78
+ The LeNER-Br language modeling dataset allows the finetuning of language models
79
+ as BERTimbau base and large.
80
 
81
  ### Supported Tasks and Leaderboards
82
 
 
88
 
89
  ## Dataset Structure
90
 
91
+
92
+ DatasetDict({
93
+ train: Dataset({
94
+ features: ['text'],
95
+ num_rows: 8316
96
+ })
97
+ test: Dataset({
98
+ features: ['text'],
99
+ num_rows: 2079
100
+ })
101
+ })
102
+
103
+
104
  ### Data Instances
105
 
106
  [More Information Needed]