nlpaueb commited on
Commit
296b4bc
·
1 Parent(s): 5570099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
48
  ```
49
 
50
  In order to use SEC-BERT-NUM, you have to pre-process texts replacing every numerical token with [NUM] pseudo-token.
51
- Below there is an example how you can pre-process a simple sentence. This approach is quite simple, feel free to modify it to your needs.
52
 
53
  ```python
54
  import spacy
 
48
  ```
49
 
50
  In order to use SEC-BERT-NUM, you have to pre-process texts replacing every numerical token with [NUM] pseudo-token.
51
+ Below there is an example how you can pre-process a simple sentence. This approach is quite simple, feel free to modify it as you see fit.
52
 
53
  ```python
54
  import spacy