Xidong commited on
Commit
c9952fd
1 Parent(s): 263c152

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Multilingual Medicine: Model, Dataset, Benchmark, Code
5
+
6
+ <center>
7
+
8
+ ![Python 3.10](https://img.shields.io/badge/Python-3.10-lightblue) ![Pytorch 2.1.2](https://img.shields.io/badge/PyTorch-2.1.2-lightblue) ![transformers](https://img.shields.io/badge/transformers-4.34.0.dev0%2B-lightblue) ![accelerate](https://img.shields.io/badge/accelerate-0.22-lightblue)
9
+ </center>
10
+
11
+
12
+
13
+ <p align="center">
14
+ 📃 <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>
15
+ <br> <a href="./README_zh.md"> 中文 </a> | <a href="./README.md"> English
16
+ </p>
17
+
18
+ ![Apollo](assets/apollo_medium_final.png)
19
+
20
+ ## 🌈 Update
21
+
22
+ * **[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!🎉
23
+ * **[2024.01.23]** Apollo repo is published!🎉
24
+
25
+
26
+ ## Results
27
+ 🤗 <a href="" target="_blank">Apollo-0.5B</a> • 🤗 <a href="" target="_blank">Apollo-1.8B</a> • 🤗 <a href="" target="_blank">Apollo-2B</a> • 🤗 <a href="" target="_blank">Apollo-6B</a> • 🤗 <a href="" target="_blank">Apollo-7B</a>
28
+
29
+ <details><summary>Click to expand</summary>
30
+
31
+ ![Apollo](assets/result.png)
32
+
33
+
34
+ </details>
35
+
36
+
37
+
38
+ ## Dataset & Evaluation
39
+
40
+ - Dataset
41
+ 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus
42
+
43
+ - Evaluation
44
+ 🤗 <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a>
45
+
46
+
47
+ ## Results reproduction
48
+ <details><summary>Click to expand</summary>
49
+
50
+ **Waiting for Update**
51
+
52
+
53
+
54
+ </details>
55
+
56
+
57
+
58
+ ## Acknowledgment
59
+
60
+ This Repo is highly dependent on [HuatuoGPT-II](https://github.com/FreedomIntelligence/HuatuoGPT-II)
61
+
62
+ ## Citation
63
+ Please use the following citation if you intend to use our dataset for training or evaluation:
64
+
65
+ ```
66
+ @misc{Apollo,
67
+ title={Apollo, Multilingual Medicine: Model, Dataset, Benchmark, Code},
68
+ author={Xidong Wang, Junyin Chen, Nuo Chen, Yidong Wang, Zhiyi Zhang, Benyou Wang},
69
+ year = {2024},
70
+ publisher = {GitHub},
71
+ journal = {GitHub repository},
72
+ howpublished = {\url{https://github.com/FreedomIntelligence/Apollo}},
73
+ }
74
+ ```