Xidong commited on
Commit
daa5fa3
1 Parent(s): 164805c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Multilingual Medicine: Model, Dataset, Benchmark, Code
5
+
6
+ Covering English, Chinese, French, Hindi, Spanish, Hindi, Arabic So far
7
+
8
+
9
+ <p align="center">
10
+ 👨🏻‍💻<a href="https://github.com/FreedomIntelligence/Apollo" target="_blank">Github</a> •📃 <a href="" target="_blank">Paper</a> • 🌐 <a href="https://apollo.llmzoo.com/" target="_blank">Demo</a> • 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus</a> • 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a>
11
+ <br> <a href="./README_zh.md"> 中文 </a> | <a href="./README.md"> English
12
+ </p>
13
+
14
+ ![Apollo](assets/apollo_medium_final.png)
15
+
16
+ ## 🌈 Update
17
+
18
+ * **[2024.02.12]** <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus</a> and <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a> is published!🎉
19
+ * **[2024.01.23]** Apollo repo is published!🎉
20
+
21
+
22
+ ## Results
23
+ <a href="https://huggingface.co/FreedomIntelligence/Apollo-0.5B" target="_blank">Apollo-0.5B</a> • 🤗 <a href="https://huggingface.co/FreedomIntelligence/Apollo-1.8B" target="_blank">Apollo-1.8B</a> • 🤗 <a href="https://huggingface.co/FreedomIntelligence/Apollo-2B" target="_blank">Apollo-2B</a> • 🤗 <a href="https://huggingface.co/FreedomIntelligence/Apollo-6B" target="_blank">Apollo-6B</a> • 🤗 <a href="https://huggingface.co/FreedomIntelligence/Apollo-7B" target="_blank">Apollo-7B</a>
24
+
25
+
26
+ ![Apollo](assets/result.png)
27
+
28
+
29
+
30
+
31
+
32
+ ## Dataset & Evaluation
33
+
34
+ - Dataset
35
+ 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus</a>
36
+
37
+ - Evaluation
38
+ 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a>
39
+
40
+
41
+ ## Results reproduction
42
+ <details><summary>Click to expand</summary>
43
+
44
+ **Waiting for Update**
45
+
46
+
47
+
48
+ </details>
49
+
50
+
51
+
52
+
53
+ ## Citation
54
+ Please use the following citation if you intend to use our dataset for training or evaluation:
55
+
56
+ ```
57
+ @misc{wang2024apollo,
58
+ title={Apollo: Lightweight Multilingual Medical LLMs towards Democratizing Medical AI to 6B People},
59
+ author={Xidong Wang and Nuo Chen and Junyin Chen and Yan Hu and Yidong Wang and Xiangbo Wu and Anningzhe Gao and Xiang Wan and Haizhou Li and Benyou Wang},
60
+ year={2024},
61
+ eprint={2403.03640},
62
+ archivePrefix={arXiv},
63
+ primaryClass={cs.CL}
64
+ }
65
+ @misc{Apollo,
66
+ title={Apollo, Multilingual Medicine: Model, Dataset, Benchmark, Code},
67
+ author={Xidong Wang, Junyin Chen, Nuo Chen, Yidong Wang, Zhiyi Zhang, Benyou Wang},
68
+ year = {2024},
69
+ publisher = {GitHub},
70
+ journal = {GitHub repository},
71
+ howpublished = {\url{https://github.com/FreedomIntelligence/Apollo}},
72
+ }
73
+ ```