karangoswami723 commited on
Commit
fc96f5e
1 Parent(s): 5f18b4b

Training in progress epoch 1

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: 1.2135
19
- - Train End Logits Accuracy: 0.6654
20
- - Train Start Logits Accuracy: 0.6514
21
  - Validation Loss: 1.4662
22
  - Validation End Logits Accuracy: 0.6175
23
  - Validation Start Logits Accuracy: 0.6015
24
- - Epoch: 0
25
 
26
  ## Model description
27
 
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
48
  | Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
49
  |:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
50
  | 1.2135 | 0.6654 | 0.6514 | 1.4662 | 0.6175 | 0.6015 | 0 |
 
51
 
52
 
53
  ### 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: 1.2056
19
+ - Train End Logits Accuracy: 0.6702
20
+ - Train Start Logits Accuracy: 0.6596
21
  - Validation Loss: 1.4662
22
  - Validation End Logits Accuracy: 0.6175
23
  - Validation Start Logits Accuracy: 0.6015
24
+ - Epoch: 1
25
 
26
  ## Model description
27
 
 
48
  | Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
49
  |:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
50
  | 1.2135 | 0.6654 | 0.6514 | 1.4662 | 0.6175 | 0.6015 | 0 |
51
+ | 1.2056 | 0.6702 | 0.6596 | 1.4662 | 0.6175 | 0.6015 | 1 |
52
 
53
 
54
  ### Framework versions