AbdulSami commited on
Commit
c7913ba
1 Parent(s): 1e64b32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -28,18 +28,21 @@ This repository contains a model trained to predict Common European Framework of
28
 
29
  The model's performance during training is summarized below:
30
 
31
- | Epoch | Training Loss | Validation Loss | Accuracy |
32
- |-------|---------------|-----------------|----------|
33
- | 1 | 1.491800 | 1.319211 | 0.420690 |
34
- | 2 | 1.238600 | 0.864768 | 0.700447 |
35
- | 3 | 0.813200 | 0.538081 | 0.815057 |
 
 
 
36
 
37
  Additional metrics:
38
 
39
- - Training Loss: 1.1851
40
- - Training Runtime: 7465.51 seconds
41
- - Training Samples per Second: 7.633
42
- - Total Floating Point Operations: 1.499392196785152e+16
43
 
44
  ## Usage
45
 
 
28
 
29
  The model's performance during training is summarized below:
30
 
31
+
32
+ | Epoch | Training Loss | Validation Loss
33
+ |-------|---------------|-----------------
34
+ | 1 | 0.350600 | 0.400248
35
+ | 2 | 0.300800 | 0.449286
36
+ | 3 | 0.218800 | 0.510898
37
+ | 4 | 0.150300 | 0.599973
38
+ | 5 | 0.099000 | 0.678500
39
 
40
  Additional metrics:
41
 
42
+ - Training Loss: 0.22364403076171874
43
+ - Training Runtime: 5274.6105 seconds
44
+ - Training Samples per Second: 1.303
45
+ - Total Floating Point Operations: 1.4498992298262528e+16
46
 
47
  ## Usage
48