Xidong commited on
Commit
ab6498c
1 Parent(s): bbfa44f

Update README.md

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