Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,6 @@ model-index:
|
|
10 |
- name: outputs
|
11 |
results: []
|
12 |
---
|
13 |
-
---
|
14 |
-
license: mit
|
15 |
-
library_name: peft
|
16 |
-
tags:
|
17 |
-
- trl
|
18 |
-
- sft
|
19 |
-
- generated_from_trainer
|
20 |
-
base_model: microsoft/Phi-3-mini-4k-instruct
|
21 |
-
model-index:
|
22 |
-
- name: outputs
|
23 |
-
results: []
|
24 |
-
---
|
25 |
|
26 |
## Merged Model Performance
|
27 |
|
@@ -34,12 +22,12 @@ Our merged model achieves the following performance on a binary classification t
|
|
34 |
```
|
35 |
precision recall f1-score support
|
36 |
|
37 |
-
0 0.
|
38 |
-
1 0.
|
39 |
|
40 |
-
accuracy 0.
|
41 |
-
macro avg 0.
|
42 |
-
weighted avg 0.
|
43 |
```
|
44 |
|
45 |
### Model Usage
|
|
|
10 |
- name: outputs
|
11 |
results: []
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
## Merged Model Performance
|
15 |
|
|
|
22 |
```
|
23 |
precision recall f1-score support
|
24 |
|
25 |
+
0 0.85 0.71 0.77 100
|
26 |
+
1 0.75 0.87 0.81 100
|
27 |
|
28 |
+
accuracy 0.79 200
|
29 |
+
macro avg 0.80 0.79 0.79 200
|
30 |
+
weighted avg 0.80 0.79 0.79 200
|
31 |
```
|
32 |
|
33 |
### Model Usage
|