MartaCaldero commited on
Commit
006775c
1 Parent(s): 1240554

Training in progress epoch 2

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 7.3166
19
- - Train End Logits Loss: 3.6143
20
- - Train Start Logits Loss: 3.7022
21
  - Validation Loss: 8.6083
22
  - Validation End Logits Loss: 4.4272
23
  - Validation Start Logits Loss: 4.1811
24
- - Epoch: 1
25
 
26
  ## Model description
27
 
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
49
  |:----------:|:---------------------:|:-----------------------:|:---------------:|:--------------------------:|:----------------------------:|:-----:|
50
  | 7.1272 | 3.5735 | 3.5536 | 8.6083 | 4.4272 | 4.1811 | 0 |
51
  | 7.3166 | 3.6143 | 3.7022 | 8.6083 | 4.4272 | 4.1811 | 1 |
 
52
 
53
 
54
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 7.2145
19
+ - Train End Logits Loss: 3.6057
20
+ - Train Start Logits Loss: 3.6088
21
  - Validation Loss: 8.6083
22
  - Validation End Logits Loss: 4.4272
23
  - Validation Start Logits Loss: 4.1811
24
+ - Epoch: 2
25
 
26
  ## Model description
27
 
 
49
  |:----------:|:---------------------:|:-----------------------:|:---------------:|:--------------------------:|:----------------------------:|:-----:|
50
  | 7.1272 | 3.5735 | 3.5536 | 8.6083 | 4.4272 | 4.1811 | 0 |
51
  | 7.3166 | 3.6143 | 3.7022 | 8.6083 | 4.4272 | 4.1811 | 1 |
52
+ | 7.2145 | 3.6057 | 3.6088 | 8.6083 | 4.4272 | 4.1811 | 2 |
53
 
54
 
55
  ### Framework versions