jslin09 commited on
Commit
cd381b9
1 Parent(s): 3646b1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -100,4 +100,18 @@ model = AutoModelForCausalLM.from_pretrained("jslin09/bloom-560m-finetuned-fraud
100
  | TruthfulQA (0-shot) | 0.0 |
101
  | Winogrande (5-shot) | 48.38 |
102
  | GSM8K (5-shot) | 0.0 |
103
- | DROP (3-shot) | 0.33 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  | TruthfulQA (0-shot) | 0.0 |
101
  | Winogrande (5-shot) | 48.38 |
102
  | GSM8K (5-shot) | 0.0 |
103
+ | DROP (3-shot) | 0.33 |
104
+
105
+ # 引文訊息
106
+
107
+ ```
108
+ @misc{lin2024legal,
109
+ title={Legal Documents Drafting with Fine-Tuned Pre-Trained Large Language Model},
110
+ author={Chun-Hsien Lin and Pu-Jen Cheng},
111
+ year={2024},
112
+ eprint={2406.04202},
113
+ archivePrefix={arXiv},
114
+ primaryClass={cs.CL}
115
+ url = {https://arxiv.org/abs/2406.04202}
116
+ }
117
+ ```