YiDuo1999 commited on
Commit
182dba7
1 Parent(s): deb94f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -80,4 +80,14 @@ For Medical claasification, relation extraction, natural language inference, sum
80
  | Llama-3-8B instruct | 31.0 | 15.1 | 18.8 | 10.3 |
81
  | GPT-3.5-turbo-1106 | 54.5 | 21.6 | 31.7 | 13.5 |
82
  | GPT-4 | 60.2 | 29.2 | 57.8 | 15.2 |
83
- | Llama-3-physician-8B instruct (ours) | 78.9 | 33.6 | 76.2 | 37.7 |
 
 
 
 
 
 
 
 
 
 
 
80
  | Llama-3-8B instruct | 31.0 | 15.1 | 18.8 | 10.3 |
81
  | GPT-3.5-turbo-1106 | 54.5 | 21.6 | 31.7 | 13.5 |
82
  | GPT-4 | 60.2 | 29.2 | 57.8 | 15.2 |
83
+ | Llama-3-physician-8B instruct (ours) | 78.9 | 33.6 | 76.2 | 37.7 |
84
+
85
+ ## Citation
86
+ ```
87
+ @inproceedings{Guo2024EfficientCP,
88
+ title={Efficient Continual Pre-training by Mitigating the Stability Gap},
89
+ author={Yiduo Guo and Jie Fu and Huishuai Zhang and Dongyan Zhao and Yikang Shen},
90
+ year={2024},
91
+ url={https://api.semanticscholar.org/CorpusID:270688100}
92
+ }
93
+ ```