daishen commited on
Commit
4fb06a9
1 Parent(s): 8a1a947

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - finance
6
+ ---
7
+
8
+ # CALM-7B
9
+
10
+ - Github: [CALM-7B](https://github.com/Dai-shen/CALM-train/tree/main)
11
+
12
+ (Due to licensing restrictions on LLaMA weights, we are unable to directly release the complete model weights. Users are encouraged to refer to our GitHub page for instructions on merging the models.)
13
+
14
+ ## Citation
15
+
16
+ If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2310.00566):
17
+
18
+ ```text
19
+ @misc{feng2023empowering,
20
+ title={Empowering Many, Biasing a Few: Generalist Credit Scoring through Large Language Models},
21
+ author={Duanyu Feng and Yongfu Dai and Jimin Huang and Yifang Zhang and Qianqian Xie and Weiguang Han and Alejandro Lopez-Lira and Hao Wang},
22
+ year={2023},
23
+ eprint={2310.00566},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.LG}
26
+ }
27
+ ```