mlsa-iai-msu-lab
commited on
Commit
·
ed067ea
1
Parent(s):
b8669e9
Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,8 @@ SciRus-tiny is a model to obtain embeddings of scientific texts in russian and e
|
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModel
|
27 |
-
import torch
|
28 |
import torch.nn.functional as F
|
|
|
29 |
|
30 |
|
31 |
tokenizer = AutoTokenizer.from_pretrained("mlsa-iai-msu-lab/sci-rus-tiny")
|
|
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModel
|
|
|
27 |
import torch.nn.functional as F
|
28 |
+
import torch
|
29 |
|
30 |
|
31 |
tokenizer = AutoTokenizer.from_pretrained("mlsa-iai-msu-lab/sci-rus-tiny")
|