Update README.md
Browse files
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 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
35 |
-
|
|
|
|
|
|
|
|
36 |
|
37 |
Additional metrics:
|
38 |
|
39 |
-
- Training Loss:
|
40 |
-
- Training Runtime:
|
41 |
-
- Training Samples per Second:
|
42 |
-
- Total Floating Point Operations: 1.
|
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 |
|