Xidong commited on
Commit
a4caf4d
1 Parent(s): 9e58d48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -27,14 +27,14 @@ size_categories:
27
  ```bash
28
  git clone "https://github.com/FreedomIntelligence/CMB.git" && cd CMB && unzip "./data/CMB.zip" -d "./data/" && rm "./data/CMB.zip"
29
  ```
30
- - Or Check out [HuggingFace datasets](https://huggingface.co/datasets/FreedomIntelligence/CMB) to load our data as follows:
31
- ```python
32
- from datasets import load_dataset
33
- # CMB-Exam datasets (multiple-choice and multiple-answer questions)
34
- exam_datasets = load_dataset('FreedomIntelligence/CMB','exam')
35
- # CMB-Clin datasets
36
- clin_datasets = load_dataset('FreedomIntelligence/CMB','clin')
37
- ```
38
 
39
 
40
 
@@ -45,7 +45,7 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
45
 
46
 
47
  ## 🥸 Dataset intro
48
- ![CMB](assets/CMB-2.svg)
49
  ### Components
50
 
51
  - CMB-Exam: Comprehensive multi-level assessment for medical knowledge
@@ -80,7 +80,6 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
80
  - exam_subject: Specific departments or subdivisions of disciplines
81
  - question_type: *multiple-choice (单项选择题)* or *multiple-answer (多项选择题)*
82
 
83
- -
84
 
85
  ### CMB-Clin Item
86
  ```json
@@ -110,8 +109,6 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
110
 
111
 
112
 
113
-
114
-
115
  ## ℹ️ How to evaluate and submit refer to [link](https://github.com/FreedomIntelligence/CMB)
116
 
117
  ## 😘 Citation
 
27
  ```bash
28
  git clone "https://github.com/FreedomIntelligence/CMB.git" && cd CMB && unzip "./data/CMB.zip" -d "./data/" && rm "./data/CMB.zip"
29
  ```
30
+ - Or load our data as follows:
31
+ ```python
32
+ from datasets import load_dataset
33
+ # CMB-Exam datasets (multiple-choice and multiple-answer questions)
34
+ exam_datasets = load_dataset('FreedomIntelligence/CMB','exam')
35
+ # CMB-Clin datasets
36
+ clin_datasets = load_dataset('FreedomIntelligence/CMB','clin')
37
+ ```
38
 
39
 
40
 
 
45
 
46
 
47
  ## 🥸 Dataset intro
48
+ ![CMB](assets/CMB-final.png)
49
  ### Components
50
 
51
  - CMB-Exam: Comprehensive multi-level assessment for medical knowledge
 
80
  - exam_subject: Specific departments or subdivisions of disciplines
81
  - question_type: *multiple-choice (单项选择题)* or *multiple-answer (多项选择题)*
82
 
 
83
 
84
  ### CMB-Clin Item
85
  ```json
 
109
 
110
 
111
 
 
 
112
  ## ℹ️ How to evaluate and submit refer to [link](https://github.com/FreedomIntelligence/CMB)
113
 
114
  ## 😘 Citation