Jlonge4 commited on
Commit
b9bb7d1
1 Parent(s): e6d806e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -3,8 +3,6 @@ library_name: transformers
3
  tags: []
4
  ---
5
 
6
- Here is a suggested README for showcasing the merged model results:
7
-
8
  ## Merged Model Performance
9
 
10
  This repository contains the results of our merged language model, which combines the strengths of multiple models to achieve state-of-the-art performance on various natural language processing tasks.
@@ -30,7 +28,7 @@ We compared our merged model's performance on the RAG Eval benchmark against sev
30
 
31
  | Model | Precision | Recall | F1 |
32
  |---------------------- |----------:|-------:|-------:|
33
- | Our Merged Model | 0.79 | 0.22 | 0.34 |
34
  | GPT-4 | 0.70 | 0.88 | 0.78 |
35
  | GPT-4 Turbo | 0.68 | 0.91 | 0.78 |
36
  | Gemini Pro | 0.61 | 1.00 | 0.76 |
 
3
  tags: []
4
  ---
5
 
 
 
6
  ## Merged Model Performance
7
 
8
  This repository contains the results of our merged language model, which combines the strengths of multiple models to achieve state-of-the-art performance on various natural language processing tasks.
 
28
 
29
  | Model | Precision | Recall | F1 |
30
  |---------------------- |----------:|-------:|-------:|
31
+ | Our Merged Model | 0.74 | 0.77 | 0.75 |
32
  | GPT-4 | 0.70 | 0.88 | 0.78 |
33
  | GPT-4 Turbo | 0.68 | 0.91 | 0.78 |
34
  | Gemini Pro | 0.61 | 1.00 | 0.76 |