Update README.md
Browse files
README.md
CHANGED
@@ -30,3 +30,9 @@ outputs = model(**inputs)
|
|
30 |
|
31 |
print(outputs.last_hidden_state.shape)
|
32 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
print(outputs.last_hidden_state.shape)
|
32 |
```
|
33 |
+
|
34 |
+
|
35 |
+
## Github
|
36 |
+
For long sequence embedding, please refer to the git repository:
|
37 |
+
|
38 |
+
https://github.com/LucaOne/LucaOne
|