Shresthadev403 commited on
Commit
6e3b6e5
·
verified ·
1 Parent(s): db4a9ae

End of training

Browse files
README.md CHANGED
@@ -15,12 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 4.0122
19
- - eval_runtime: 0.0303
20
- - eval_samples_per_second: 65.996
21
- - eval_steps_per_second: 32.998
22
- - epoch: 1.0
23
- - step: 1
24
 
25
  ## Model description
26
 
@@ -50,6 +45,13 @@ The following hyperparameters were used during training:
50
  - num_epochs: 1
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - Transformers 4.35.2
 
15
 
16
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 4.0122
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
45
  - num_epochs: 1
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.9982 | 1.0 | 1 | 4.0122 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.35.2
runs/Jan17_06-28-03_9e8811c6b851/events.out.tfevents.1705472886.9e8811c6b851.3247.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf379022868d7e84e6e61fe4f20ec9102bb38d3e6b0865dff18009222a05e6d1
3
- size 6940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cb75a5a091b0a6d16b5d3bcc3a3346223beb5507439ebaa431fb134de2845b
3
+ size 7288
trainer_state.json CHANGED
@@ -21,6 +21,15 @@
21
  "eval_samples_per_second": 65.996,
22
  "eval_steps_per_second": 32.998,
23
  "step": 1
 
 
 
 
 
 
 
 
 
24
  }
25
  ],
26
  "logging_steps": 1,
 
21
  "eval_samples_per_second": 65.996,
22
  "eval_steps_per_second": 32.998,
23
  "step": 1
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "step": 1,
28
+ "total_flos": 584109418464.0,
29
+ "train_loss": 0.9981689453125,
30
+ "train_runtime": 19.7049,
31
+ "train_samples_per_second": 0.406,
32
+ "train_steps_per_second": 0.051
33
  }
34
  ],
35
  "logging_steps": 1,