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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ task_ids:
29
  - language-modeling
30
  ---
31
 
32
- # Dataset Card for [Dataset Name]
33
 
34
  ## Table of Contents
35
  - [Table of Contents](#table-of-contents)
@@ -88,7 +88,7 @@ The LeNER-Br language modeling dataset is a collection of legal texts
88
 
89
  ## Dataset Structure
90
 
91
-
92
  DatasetDict({
93
  train: Dataset({
94
  features: ['text'],
@@ -99,7 +99,7 @@ DatasetDict({
99
  num_rows: 2079
100
  })
101
  })
102
-
103
 
104
  ### Data Instances
105
 
 
29
  - language-modeling
30
  ---
31
 
32
+ # Dataset Card for lener_br_text_to_lm
33
 
34
  ## Table of Contents
35
  - [Table of Contents](#table-of-contents)
 
88
 
89
  ## Dataset Structure
90
 
91
+ ```
92
  DatasetDict({
93
  train: Dataset({
94
  features: ['text'],
 
99
  num_rows: 2079
100
  })
101
  })
102
+ ```
103
 
104
  ### Data Instances
105