ajrayman commited on
Commit
af8c013
·
verified ·
1 Parent(s): 300fa3b

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,13 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Imagination_binary
20
 
21
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6389
24
- - Accuracy: 0.6278
25
- - Precision: 0.6697
26
- - Recall: 0.5338
27
- - F1: 0.5941
 
28
 
29
  ## Model description
30
 
@@ -53,10 +54,10 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
- | No log | 1.0 | 134 | 0.6582 | 0.6082 | 0.5878 | 0.7770 | 0.6693 |
59
- | No log | 2.0 | 268 | 0.6389 | 0.6278 | 0.6697 | 0.5338 | 0.5941 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  license: mit
3
+ base_model: roberta-large
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # Imagination_binary
20
 
21
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6415
24
+ - Accuracy: 0.6446
25
+ - Precision: 0.6859
26
+ - Recall: 0.5161
27
+ - F1: 0.5890
28
+ - Auc: 0.6429
29
 
30
  ## Model description
31
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Auc |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
59
+ | No log | 1.0 | 134 | 0.6696 | 0.5756 | 0.5467 | 0.8185 | 0.6556 | 0.5787 |
60
+ | No log | 2.0 | 268 | 0.6415 | 0.6446 | 0.6859 | 0.5161 | 0.5890 | 0.6429 |
61
 
62
 
63
  ### Framework versions