hotchpotch commited on
Commit
d1089ec
1 Parent(s): 76732c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -6,6 +6,7 @@
6
 
7
 
8
 
 
9
  dataset_info:
10
  features:
11
  - name: id
@@ -130,14 +131,19 @@ JQaRA は質問に対して、候補となる 100 件のデータ(一件以上
130
  | [ruri-reranker-base](https://huggingface.co/cl-nagoya/ruri-reranker-base) | 0.7429 | 0.9113 |
131
  | [ruri-reranker-large](https://huggingface.co/cl-nagoya/ruri-reranker-large) | 0.7712 | 0.9098 |
132
 
 
 
 
 
 
 
 
133
 
134
  #### その他モデル
135
 
136
  | model_names | ndcg@10 | mrr@10 |
137
  | :-------------------------------------------------- | ------: | -----: |
138
  | [bge-m3+all](https://huggingface.co/BAAI/bge-m3) | 0.576 | 0.8178 |
139
- | [bge-m3+sparse](https://huggingface.co/BAAI/bge-m3) | 0.5088 | 0.7596 |
140
- | bm25 | 0.458 | 0.702 |
141
 
142
  ---
143
 
 
6
 
7
 
8
 
9
+
10
  dataset_info:
11
  features:
12
  - name: id
 
131
  | [ruri-reranker-base](https://huggingface.co/cl-nagoya/ruri-reranker-base) | 0.7429 | 0.9113 |
132
  | [ruri-reranker-large](https://huggingface.co/cl-nagoya/ruri-reranker-large) | 0.7712 | 0.9098 |
133
 
134
+ #### スパースベクトルモデル
135
+
136
+ | model_names | ndcg@10 | mrr@10 |
137
+ | :-------------------------------------------------- | ------: | -----: |
138
+ | [japanese-splade-base-v1](https://huggingface.co/hotchpotch/japanese-splade-base-v1) | 0.6441 | 0.8616 |
139
+ | [bge-m3+sparse](https://huggingface.co/BAAI/bge-m3) | 0.5088 | 0.7596 |
140
+ | bm25 | 0.458 | 0.702 |
141
 
142
  #### その他モデル
143
 
144
  | model_names | ndcg@10 | mrr@10 |
145
  | :-------------------------------------------------- | ------: | -----: |
146
  | [bge-m3+all](https://huggingface.co/BAAI/bge-m3) | 0.576 | 0.8178 |
 
 
147
 
148
  ---
149