Kansal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -83,13 +83,10 @@ The model was fine-tuned on the **GLUE MRPC** dataset, which contains pairs of s
|
|
83 |
- F1 Score
|
84 |
|
85 |
#### Training Logs (Summary)
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
- **Epoch 2**:
|
91 |
-
- Training: Avg Loss = 0.2756, Accuracy = 89.34%, Precision = 89.25%, Recall = 89.34%, F1 Score = 89.27%
|
92 |
-
- Testing: Avg Loss = 0.3596, Accuracy = 84.80%, Precision = 84.94%, Recall = 84.80%, F1 Score = 84.87%
|
93 |
|
94 |
## Evaluation
|
95 |
|
@@ -102,16 +99,7 @@ The model's performance was evaluated using the following metrics:
|
|
102 |
- **F1 Score**: The harmonic mean of Precision and Recall.
|
103 |
|
104 |
### Test Set Results
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
- Recall: 82.60%
|
110 |
-
- F1 Score: 81.93%
|
111 |
-
|
112 |
-
- **Epoch 2**:
|
113 |
-
- Avg Loss: 0.3596
|
114 |
-
- Accuracy: 84.80%
|
115 |
-
- Precision: 84.94%
|
116 |
-
- Recall: 84.80%
|
117 |
-
- F1 Score: 84.87%
|
|
|
83 |
- F1 Score
|
84 |
|
85 |
#### Training Logs (Summary)
|
86 |
+
| **Epoch** | **Avg Loss** | **Accuracy** | **Precision** | **Recall** | **F1 Score** |
|
87 |
+
|-----------|--------------|--------------|---------------|------------|--------------|
|
88 |
+
| **1** | 0.5443 | 73.45% | 72.28% | 73.45% | 70.83% |
|
89 |
+
| **2** | 0.2756 | 89.34% | 89.25% | 89.34% | 89.27% |
|
|
|
|
|
|
|
90 |
|
91 |
## Evaluation
|
92 |
|
|
|
99 |
- **F1 Score**: The harmonic mean of Precision and Recall.
|
100 |
|
101 |
### Test Set Results
|
102 |
+
| **Epoch** | **Avg Loss** | **Accuracy** | **Precision** | **Recall** | **F1 Score** |
|
103 |
+
|-----------|--------------|--------------|---------------|------------|--------------|
|
104 |
+
| **1** | 0.3976 | 82.60% | 82.26% | 82.60% | 81.93% |
|
105 |
+
| **2** | 0.3596 | 84.80% | 84.94% | 84.80% | 84.87% |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|