Mikask commited on
Commit
55150f9
·
verified ·
1 Parent(s): 2e026df

End of training

Browse files
Files changed (1) hide show
  1. README.md +21 -14
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: mit
3
- base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: roberta-base-mr-6000ar
8
  results: []
@@ -13,18 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # roberta-base-mr-6000ar
15
 
16
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 0.0844
19
- - eval_accuracy: 0.8987
20
- - eval_precision: 0.9770
21
- - eval_recall: 0.8333
22
- - eval_f1: 0.8995
23
- - eval_runtime: 13.1231
24
- - eval_samples_per_second: 28.575
25
- - eval_steps_per_second: 1.829
26
- - epoch: 3.0
27
- - step: 2463
28
 
29
  ## Model description
30
 
@@ -49,7 +47,16 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 5
 
 
 
 
 
 
 
 
 
53
 
54
  ### Framework versions
55
 
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - precision
7
+ - recall
8
+ - f1
9
  model-index:
10
  - name: roberta-base-mr-6000ar
11
  results: []
 
16
 
17
  # roberta-base-mr-6000ar
18
 
19
+ This model was trained from scratch on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0515
22
+ - Accuracy: 0.9413
23
+ - Precision: 0.9643
24
+ - Recall: 0.9265
25
+ - F1: 0.9450
 
 
 
 
 
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 3
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
56
+ | 0.0185 | 1.0 | 821 | 0.0800 | 0.9173 | 0.8879 | 0.9706 | 0.9274 |
57
+ | 0.0121 | 2.0 | 1642 | 0.0789 | 0.9147 | 0.9778 | 0.8627 | 0.9167 |
58
+ | 0.0101 | 3.0 | 2463 | 0.0515 | 0.9413 | 0.9643 | 0.9265 | 0.9450 |
59
+
60
 
61
  ### Framework versions
62