simonZzz86 commited on
Commit
3e78546
·
verified ·
1 Parent(s): b6712a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
@@ -17,7 +22,7 @@ tags: []
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
@@ -27,7 +32,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
27
 
28
  ### Model Sources [optional]
29
 
30
- <!-- Provide the basic links for the model. -->
31
 
32
  - **Repository:** [More Information Needed]
33
  - **Paper [optional]:** [More Information Needed]
@@ -102,13 +107,13 @@ Use the code below to get started with the model.
102
 
103
  ## Evaluation
104
 
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
 
107
  ### Testing Data, Factors & Metrics
108
 
109
  #### Testing Data
110
 
111
- <!-- This should link to a Dataset Card if possible. -->
112
 
113
  [More Information Needed]
114
 
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - en
5
+ - zh
6
+ - ko
7
+ - ja
8
+ - fr
9
+ - es
10
  ---
11
 
12
  # Model Card for Model ID
13
 
14
+ [MMedBench](https://huggingface.co/datasets/Henrychur/MMedBench) and [KoreanMedMCQA](https://huggingface.co/datasets/SpassMedAI/KorMedMCQA_Rationale) Instruction Fine-Tuned Llama3 8B 4Bit quantized model using QLoRA.
 
15
 
16
 
17
  ## Model Details
 
22
 
23
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
24
 
25
+ - **Developed by:** Meng Zhou, SpassMed Inc.
26
  - **Funded by [optional]:** [More Information Needed]
27
  - **Shared by [optional]:** [More Information Needed]
28
  - **Model type:** [More Information Needed]
 
32
 
33
  ### Model Sources [optional]
34
 
35
+ Llama3 8B as base model.
36
 
37
  - **Repository:** [More Information Needed]
38
  - **Paper [optional]:** [More Information Needed]
 
107
 
108
  ## Evaluation
109
 
110
+ Acc using Lm-Evaluation-Harness
111
 
112
  ### Testing Data, Factors & Metrics
113
 
114
  #### Testing Data
115
 
116
+ USMLE Self Eval Step1,2,3, Chinese MLE, Jpn_MLE, FrenchMedMCQA, HeadQA-Spanish
117
 
118
  [More Information Needed]
119