Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Yuki131 commited on
Commit
520b156
·
verified ·
1 Parent(s): d761726

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -24
README.md CHANGED
@@ -1,24 +1,54 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: query
6
- dtype: string
7
- - name: pos
8
- sequence: string
9
- - name: neg
10
- sequence: 'null'
11
- - name: relevance
12
- dtype: float64
13
- splits:
14
- - name: train
15
- num_bytes: 9647396601
16
- num_examples: 23670898
17
- download_size: 6255637479
18
- dataset_size: 9647396601
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: Amazon-Reviews-2023/train-*
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: query
6
+ dtype: string
7
+ - name: pos
8
+ sequence: string
9
+ - name: neg
10
+ sequence: 'null'
11
+ - name: relevance
12
+ dtype: float64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 9647396601
16
+ num_examples: 23670898
17
+ download_size: 6255637479
18
+ dataset_size: 9647396601
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: Amazon-Reviews-2023/train-*
24
+ ---
25
+
26
+
27
+
28
+ ## Citation
29
+ If you find this model useful, please consider giving a star and citation.
30
+ ```
31
+ @misc{zhao2025kalmembeddingv2,
32
+ title={KaLM-Embedding-V2: Superior Training Techniques and Data Inspire A Versatile Embedding Model},
33
+ author={Xinping Zhao and Xinshuo Hu and Zifei Shan and Shouzheng Huang and Yao Zhou and Xin Zhang and Zetian Sun and Zhenyu Liu and Dongfang Li and Xinyuan Wei and Youcheng Pan and Yang Xiang and Meishan Zhang and Haofen Wang and Jun Yu and Baotian Hu and Min Zhang},
34
+ year={2025},
35
+ eprint={2506.20923},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL},
38
+ url={https://arxiv.org/abs/2506.20923},
39
+ }
40
+
41
+ @misc{hu2025kalmembedding,
42
+ title={KaLM-Embedding: Superior Training Data Brings A Stronger Embedding Model},
43
+ author={Xinshuo Hu and Zifei Shan and Xinping Zhao and Zetian Sun and Zhenyu Liu and Dongfang Li and Shaolin Ye and Xinyuan Wei and Qian Chen and Baotian Hu and Haofen Wang and Jun Yu and Min Zhang},
44
+ year={2025},
45
+ eprint={2501.01028},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CL},
48
+ url={https://arxiv.org/abs/2501.01028},
49
+ }
50
+ ```
51
+
52
+
53
+ ## Contact
54
+ If you encounter any issue, feel free to contact us via the email: <zhaoxinping@stu.hit.edu.cn>, <yanshek.woo@gmail.com>