felipemaiapolo commited on
Commit
59a8cec
1 Parent(s): c63c45a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,6 +20,7 @@ Please cite as:
20
  year={2021},
21
  organization={SBC}
22
  }
 
23
  ## Usage
24
 
25
  ```python
@@ -39,7 +40,7 @@ from transformers import pipeline
39
 
40
  pipe = pipeline("feature-extraction", model='felipemaiapolo/legalnlp-bert')
41
  encoded_sentence = pipe('Juíz negou o recurso.')
42
-
43
 
44
  ### Masked language modeling prediction example
45
 
 
20
  year={2021},
21
  organization={SBC}
22
  }
23
+
24
  ## Usage
25
 
26
  ```python
 
40
 
41
  pipe = pipeline("feature-extraction", model='felipemaiapolo/legalnlp-bert')
42
  encoded_sentence = pipe('Juíz negou o recurso.')
43
+ ```
44
 
45
  ### Masked language modeling prediction example
46