Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,6 @@ Due to the modified `seq_relationship` head (246-class vs. standard 2-class NSP)
|
|
| 37 |
### You can use Helper Function as below to load BiTimeBERT
|
| 38 |
|
| 39 |
```python
|
| 40 |
-
|
| 41 |
import torch
|
| 42 |
import torch.nn as nn
|
| 43 |
from transformers import BertForPreTraining, BertTokenizer, BertConfig
|
|
|
|
| 37 |
### You can use Helper Function as below to load BiTimeBERT
|
| 38 |
|
| 39 |
```python
|
|
|
|
| 40 |
import torch
|
| 41 |
import torch.nn as nn
|
| 42 |
from transformers import BertForPreTraining, BertTokenizer, BertConfig
|