LexFerrinson commited on
Commit
4f281a4
·
1 Parent(s): 93b0c74

Training in progress epoch 1

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,13 +13,13 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Train Loss: 0.3318
17
  - Validation Loss: 0.4411
18
  - Train Precision: 0.0
19
  - Train Recall: 0.0
20
  - Train F1: 0.0
21
  - Train Accuracy: 0.8571
22
- - Epoch: 0
23
 
24
  ## Model description
25
 
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
46
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
47
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
48
  | 0.3318 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
 
49
 
50
 
51
  ### Framework versions
 
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.3029
17
  - Validation Loss: 0.4411
18
  - Train Precision: 0.0
19
  - Train Recall: 0.0
20
  - Train F1: 0.0
21
  - Train Accuracy: 0.8571
22
+ - Epoch: 1
23
 
24
  ## Model description
25
 
 
46
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
47
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
48
  | 0.3318 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
49
+ | 0.3029 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 1 |
50
 
51
 
52
  ### Framework versions