ajrayman commited on
Commit
f8e9d66
1 Parent(s): 0c0077c

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -3,22 +3,28 @@ license: mit
3
  base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
- - name: Cautiousness_continuous
8
  results: []
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # Cautiousness_continuous
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
- - Loss: 0.0643
19
- - Rmse: 0.2535
20
- - Mae: 0.2055
21
- - Corr: 0.3439
 
22
 
23
  ## Model description
24
 
@@ -47,10 +53,10 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Rmse | Mae | Corr |
51
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|
52
- | No log | 1.0 | 268 | 0.0622 | 0.2494 | 0.2047 | 0.3288 |
53
- | 0.0729 | 2.0 | 536 | 0.0643 | 0.2535 | 0.2055 | 0.3439 |
54
 
55
 
56
  ### Framework versions
 
3
  base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
  model-index:
12
+ - name: Openn_binary
13
  results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # Openn_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.6054
24
+ - Accuracy: 0.6847
25
+ - Precision: 0.6788
26
+ - Recall: 0.6417
27
+ - F1: 0.6597
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 1.0 | 130 | 0.6303 | 0.6403 | 0.7093 | 0.4150 | 0.5236 |
59
+ | No log | 2.0 | 260 | 0.6054 | 0.6847 | 0.6788 | 0.6417 | 0.6597 |
60
 
61
 
62
  ### Framework versions