Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ model = AutoModel.from_pretrained("nlpaueb/sec-bert-num")
|
|
| 48 |
|
| 49 |
## Pre-process Text
|
| 50 |
|
| 51 |
-
|
| 52 |
Below there is an example of how you can pre-process a simple sentence. This approach is quite simple; feel free to modify it as you see fit.
|
| 53 |
|
| 54 |
```python
|
|
|
|
| 48 |
|
| 49 |
## Pre-process Text
|
| 50 |
|
| 51 |
+
To use SEC-BERT-NUM, you have to pre-process texts replacing every numerical token with [NUM] pseudo-token.
|
| 52 |
Below there is an example of how you can pre-process a simple sentence. This approach is quite simple; feel free to modify it as you see fit.
|
| 53 |
|
| 54 |
```python
|