Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,21 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
- ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Convert MUSE from TensorFlow to PyTorch
|
@@ -45,4 +60,4 @@ sentence = "Hello, world!"
|
|
45 |
res = model_torch(tokenize(sentence))
|
46 |
```
|
47 |
> [!NOTE]
|
48 |
-
> Currently, the checkpoint of the original TF Hub model is used for tokenization, so it is loaded in the code above.
|
|
|
3 |
language:
|
4 |
- en
|
5 |
- ru
|
6 |
+
- ar
|
7 |
+
- zh
|
8 |
+
- fr
|
9 |
+
- de
|
10 |
+
- it
|
11 |
+
- ja
|
12 |
+
- ko
|
13 |
+
- nl
|
14 |
+
- pl
|
15 |
+
- pt
|
16 |
+
- es
|
17 |
+
- th
|
18 |
+
- tr
|
19 |
+
library_name: sentence-transformers
|
20 |
+
pipeline_tag: feature-extraction
|
21 |
---
|
22 |
|
23 |
# Convert MUSE from TensorFlow to PyTorch
|
|
|
60 |
res = model_torch(tokenize(sentence))
|
61 |
```
|
62 |
> [!NOTE]
|
63 |
+
> Currently, the checkpoint of the original TF Hub model is used for tokenization, so it is loaded in the code above.
|