Update README.md
Browse files
README.md
CHANGED
@@ -1057,6 +1057,17 @@ model-index:
|
|
1057 |
value: 70.81766065881429
|
1058 |
- type: f1
|
1059 |
value: 85.5323306120456
|
|
|
|
|
|
|
1060 |
---
|
1061 |
|
1062 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1057 |
value: 70.81766065881429
|
1058 |
- type: f1
|
1059 |
value: 85.5323306120456
|
1060 |
+
license: apache-2.0
|
1061 |
+
language:
|
1062 |
+
- zh
|
1063 |
---
|
1064 |
|
1065 |
+
A try for emebdding model:
|
1066 |
+
|
1067 |
+
The method is the same as the stella-v2, I just extend the length of the context.(I found if you want to use the fully-8k context, you maybe need to convert the model to float32).
|
1068 |
+
|
1069 |
+
Now I'm working on the tao-v2, It will have a different sturcture.
|
1070 |
+
|
1071 |
+
I will release tao-v2 as fast as I can.
|
1072 |
+
|
1073 |
+
Thank you to the open source community.
|