Farhang87 commited on
Commit
e60d3d4
1 Parent(s): fc490de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -36,14 +36,14 @@ Training was conducted on NVIDIA A100 GPUs, ensuring efficient processing and mo
36
 
37
  The performance of Summ Small has been evaluated using several Rouge metrics as follows:
38
 
39
- | Model | ROUGE-1 | ROUGE-2 | ROUGE-L | ROUGE-LSUM |
40
- |--------------------------|---------|---------|---------|------------|
41
- | **Omi-Sum 3B Small** | **70** | **45** | **53** | **62** |
42
- | GPT4Turbo | 69 | 46 | 54 | 63 |
43
- | LLama3 8B Instruct | 59 | 32 | 39 | 51 |
44
- | GPT3.5 | 54 | 30 | 40 | 49 |
45
- | Phi-3 3B mini 4k instruct| 55 | 32 | 40 | 50 |
46
- | Phi2 basic | 41 | 19 | 26 | 36 |
47
 
48
  These results showcase Sum Small's capabilities in generating accurate SOAP summaries compared to other leading models.
49
 
 
36
 
37
  The performance of Summ Small has been evaluated using several Rouge metrics as follows:
38
 
39
+ | Model | ROUGE-1 |
40
+ |--------------------------|---------|
41
+ | **Omi-Sum 3B Small** | **70** |
42
+ | GPT4Turbo | 69 |
43
+ | LLama3 8B Instruct | 59 |
44
+ | GPT3.5 | 54 |
45
+ | Phi-3 3B mini 4k instruct| 55 |
46
+ | Phi2 basic | 41 |
47
 
48
  These results showcase Sum Small's capabilities in generating accurate SOAP summaries compared to other leading models.
49