data-silence
commited on
Commit
•
9ba7b64
1
Parent(s):
b4de6ab
Update README.md
Browse files
README.md
CHANGED
@@ -62,8 +62,6 @@ Example of how to use the model:
|
|
62 |
|
63 |
```python
|
64 |
import torch
|
65 |
-
import torch.nn as nn
|
66 |
-
from transformers import BertModel
|
67 |
from transformers import AutoTokenizer
|
68 |
from huggingface_hub import hf_hub_download
|
69 |
|
|
|
62 |
|
63 |
```python
|
64 |
import torch
|
|
|
|
|
65 |
from transformers import AutoTokenizer
|
66 |
from huggingface_hub import hf_hub_download
|
67 |
|