Kansal commited on
Commit
739d30f
·
verified ·
1 Parent(s): 19eac34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -20
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
- - **Epoch 1**:
87
- - Training: Avg Loss = 0.5443, Accuracy = 73.45%, Precision = 72.28%, Recall = 73.45%, F1 Score = 70.83%
88
- - Testing: Avg Loss = 0.3976, Accuracy = 82.60%, Precision = 82.26%, Recall = 82.60%, F1 Score = 81.93%
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
- - **Epoch 1**:
106
- - Avg Loss: 0.3976
107
- - Accuracy: 82.60%
108
- - Precision: 82.26%
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% |