naveedui commited on
Commit
04f3ba7
1 Parent(s): e1c893b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -22,8 +22,11 @@ Pre-Fine-Tuning Evaluation:
22
  Before fine-tuning, the model was evaluated on the IMDb dataset to establish a baseline for its performance. The initial evaluation yielded the following metrics:
23
 
24
  Loss: 0.6518
 
25
  Evaluation Runtime: 42.6174 seconds
 
26
  Samples per Second: 58.662
 
27
  These results indicate the model's performance with the original distilbert-base-uncased training, without any adjustments for the specific task of sentiment analysis on movie reviews.
28
 
29
  Post-Fine-Tuning Evaluation:
@@ -31,7 +34,9 @@ Post-Fine-Tuning Evaluation:
31
  After fine-tuning, the model was re-evaluated on the same dataset to assess improvements from the training adjustments:
32
 
33
  Loss: 6.091e-06
 
34
  Evaluation Runtime: 39.3821 seconds
 
35
  Samples per Second: 63.481
36
  The significant reduction in loss demonstrates a substantial increase in the model's accuracy and its capability to correctly classify sentiment in movie reviews. The improvement in processing speed (samples per second) also suggests enhanced efficiency post-fine-tuning.
37
 
 
22
  Before fine-tuning, the model was evaluated on the IMDb dataset to establish a baseline for its performance. The initial evaluation yielded the following metrics:
23
 
24
  Loss: 0.6518
25
+
26
  Evaluation Runtime: 42.6174 seconds
27
+
28
  Samples per Second: 58.662
29
+
30
  These results indicate the model's performance with the original distilbert-base-uncased training, without any adjustments for the specific task of sentiment analysis on movie reviews.
31
 
32
  Post-Fine-Tuning Evaluation:
 
34
  After fine-tuning, the model was re-evaluated on the same dataset to assess improvements from the training adjustments:
35
 
36
  Loss: 6.091e-06
37
+
38
  Evaluation Runtime: 39.3821 seconds
39
+
40
  Samples per Second: 63.481
41
  The significant reduction in loss demonstrates a substantial increase in the model's accuracy and its capability to correctly classify sentiment in movie reviews. The improvement in processing speed (samples per second) also suggests enhanced efficiency post-fine-tuning.
42