PumeTu commited on
Commit
fca811f
·
verified ·
1 Parent(s): 99c6e59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ license: apache-2.0
8
  ThaiLLM-27B-Prescreen is a specialized model for initial screening of the disease the patient could possibly be suffering from, the department the patient should go to, and the severity of the condition. The model is a supervised fine-tuned model from [ThaiLLM-27B](https://huggingface.co/ThaiLLM/ThaiLLM-27B).
9
 
10
  ## Performance
 
 
11
  | Model | Department (F1) | Severity (F1) |
12
  |-----------------------|:---------------:|:-------------:|
13
  | ThaiLLM-27B | 0.2320 | 0.2215 |
 
8
  ThaiLLM-27B-Prescreen is a specialized model for initial screening of the disease the patient could possibly be suffering from, the department the patient should go to, and the severity of the condition. The model is a supervised fine-tuned model from [ThaiLLM-27B](https://huggingface.co/ThaiLLM/ThaiLLM-27B).
9
 
10
  ## Performance
11
+ We evaluated our supervised-finetuned model against the base ThaiLLM-27B and Medgemma-27B-it, where we see that after SFT the ThaiLLM-27B-Prescreen rivals Medgemma-27B-it on our prescreen task.
12
+
13
  | Model | Department (F1) | Severity (F1) |
14
  |-----------------------|:---------------:|:-------------:|
15
  | ThaiLLM-27B | 0.2320 | 0.2215 |