Amu commited on
Commit
06bf375
1 Parent(s): ba3d1cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -983,7 +983,7 @@ model-index:
983
  revision: None
984
  metrics:
985
  - type: map_at_1
986
- value: 52.0
987
  - type: map_at_10
988
  value: 62.956
989
  - type: map_at_100
@@ -995,7 +995,7 @@ model-index:
995
  - type: map_at_5
996
  value: 62.217999999999996
997
  - type: mrr_at_1
998
- value: 52.0
999
  - type: mrr_at_10
1000
  value: 62.956
1001
  - type: mrr_at_100
@@ -1007,7 +1007,7 @@ model-index:
1007
  - type: mrr_at_5
1008
  value: 62.217999999999996
1009
  - type: ndcg_at_1
1010
- value: 52.0
1011
  - type: ndcg_at_10
1012
  value: 67.956
1013
  - type: ndcg_at_100
@@ -1019,7 +1019,7 @@ model-index:
1019
  - type: ndcg_at_5
1020
  value: 66.155
1021
  - type: precision_at_1
1022
- value: 52.0
1023
  - type: precision_at_10
1024
  value: 8.35
1025
  - type: precision_at_100
@@ -1031,7 +1031,7 @@ model-index:
1031
  - type: precision_at_5
1032
  value: 15.58
1033
  - type: recall_at_1
1034
- value: 52.0
1035
  - type: recall_at_10
1036
  value: 83.5
1037
  - type: recall_at_100
@@ -1057,6 +1057,17 @@ model-index:
1057
  value: 70.81766065881429
1058
  - type: f1
1059
  value: 85.5323306120456
 
 
 
1060
  ---
1061
 
1062
- a try for emebdding model
 
 
 
 
 
 
 
 
 
983
  revision: None
984
  metrics:
985
  - type: map_at_1
986
+ value: 52
987
  - type: map_at_10
988
  value: 62.956
989
  - type: map_at_100
 
995
  - type: map_at_5
996
  value: 62.217999999999996
997
  - type: mrr_at_1
998
+ value: 52
999
  - type: mrr_at_10
1000
  value: 62.956
1001
  - type: mrr_at_100
 
1007
  - type: mrr_at_5
1008
  value: 62.217999999999996
1009
  - type: ndcg_at_1
1010
+ value: 52
1011
  - type: ndcg_at_10
1012
  value: 67.956
1013
  - type: ndcg_at_100
 
1019
  - type: ndcg_at_5
1020
  value: 66.155
1021
  - type: precision_at_1
1022
+ value: 52
1023
  - type: precision_at_10
1024
  value: 8.35
1025
  - type: precision_at_100
 
1031
  - type: precision_at_5
1032
  value: 15.58
1033
  - type: recall_at_1
1034
+ value: 52
1035
  - type: recall_at_10
1036
  value: 83.5
1037
  - type: recall_at_100
 
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 fine-tuned it in a small dataset for test.
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.