jamiehudson commited on
Commit
584e7cc
·
verified ·
1 Parent(s): 29a4c5d

jamiehudson/roberta-best-finetuned-hopes-fears

Browse files
README.md CHANGED
@@ -17,18 +17,18 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5676
21
- - Accuracy: 0.9534
22
- - F1 Weighted: 0.9543
23
- - Precision Hopes: 0.7022
24
  - Recall Hopes: 0.7622
25
- - F1 Hopes: 0.7310
26
- - Precision Fears: 0.8740
27
  - Recall Fears: 0.9328
28
- - F1 Fears: 0.9024
29
- - Precision Neither: 0.9804
30
- - Recall Neither: 0.9699
31
- - F1 Neither: 0.9751
32
 
33
  ## Model description
34
 
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Weighted | Precision Hopes | Recall Hopes | F1 Hopes | Precision Fears | Recall Fears | F1 Fears | Precision Neither | Recall Neither | F1 Neither |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:-----------------:|:--------------:|:----------:|
64
- | No log | 1.0 | 171 | 1.0349 | 0.8791 | 0.8226 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.8791 | 1.0 | 0.9357 |
65
- | 0.9414 | 2.0 | 342 | 0.3255 | 0.9218 | 0.9264 | 0.5810 | 0.7439 | 0.6524 | 0.6792 | 0.9076 | 0.7770 | 0.9777 | 0.9368 | 0.9568 |
66
- | 0.9414 | 3.0 | 513 | 0.2678 | 0.8697 | 0.8897 | 0.3817 | 0.9146 | 0.5386 | 0.6886 | 0.9664 | 0.8042 | 0.9944 | 0.8605 | 0.9226 |
67
- | 0.2918 | 4.0 | 684 | 0.2523 | 0.9124 | 0.9238 | 0.4608 | 0.8963 | 0.6087 | 0.8740 | 0.9328 | 0.9024 | 0.9910 | 0.9125 | 0.9502 |
68
- | 0.2918 | 5.0 | 855 | 0.2868 | 0.9368 | 0.9413 | 0.5787 | 0.8293 | 0.6817 | 0.8485 | 0.9412 | 0.8924 | 0.9853 | 0.9451 | 0.9648 |
69
- | 0.1436 | 6.0 | 1026 | 0.3765 | 0.9475 | 0.9501 | 0.6415 | 0.8293 | 0.7234 | 0.8672 | 0.9328 | 0.8988 | 0.9850 | 0.9577 | 0.9712 |
70
- | 0.1436 | 7.0 | 1197 | 0.3750 | 0.9308 | 0.9372 | 0.5492 | 0.8841 | 0.6776 | 0.8129 | 0.9496 | 0.8760 | 0.9912 | 0.9334 | 0.9615 |
71
- | 0.0673 | 8.0 | 1368 | 0.5053 | 0.9517 | 0.9532 | 0.6825 | 0.7866 | 0.7309 | 0.8626 | 0.9496 | 0.904 | 0.9827 | 0.9650 | 0.9738 |
72
- | 0.0345 | 9.0 | 1539 | 0.5717 | 0.9539 | 0.9546 | 0.7168 | 0.7561 | 0.7359 | 0.8496 | 0.9496 | 0.8968 | 0.9808 | 0.9699 | 0.9753 |
73
- | 0.0345 | 10.0 | 1710 | 0.5676 | 0.9534 | 0.9543 | 0.7022 | 0.7622 | 0.7310 | 0.8740 | 0.9328 | 0.9024 | 0.9804 | 0.9699 | 0.9751 |
74
 
75
 
76
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6120
21
+ - Accuracy: 0.9496
22
+ - F1 Weighted: 0.9509
23
+ - Precision Hopes: 0.6757
24
  - Recall Hopes: 0.7622
25
+ - F1 Hopes: 0.7163
26
+ - Precision Fears: 0.8672
27
  - Recall Fears: 0.9328
28
+ - F1 Fears: 0.8988
29
+ - Precision Neither: 0.9798
30
+ - Recall Neither: 0.9655
31
+ - F1 Neither: 0.9726
32
 
33
  ## Model description
34
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Weighted | Precision Hopes | Recall Hopes | F1 Hopes | Precision Fears | Recall Fears | F1 Fears | Precision Neither | Recall Neither | F1 Neither |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:-----------------:|:--------------:|:----------:|
64
+ | No log | 1.0 | 171 | 1.0201 | 0.8791 | 0.8226 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.8791 | 1.0 | 0.9357 |
65
+ | 0.9075 | 2.0 | 342 | 0.3018 | 0.9146 | 0.9220 | 0.5251 | 0.8293 | 0.6430 | 0.7020 | 0.8908 | 0.7852 | 0.9834 | 0.9227 | 0.9521 |
66
+ | 0.9075 | 3.0 | 513 | 0.2450 | 0.9141 | 0.9229 | 0.4947 | 0.8476 | 0.6247 | 0.7724 | 0.9412 | 0.8485 | 0.9864 | 0.9179 | 0.9509 |
67
+ | 0.2782 | 4.0 | 684 | 0.3093 | 0.9402 | 0.9436 | 0.6 | 0.8232 | 0.6941 | 0.9182 | 0.8487 | 0.8821 | 0.9796 | 0.9548 | 0.9670 |
68
+ | 0.2782 | 5.0 | 855 | 0.2838 | 0.9030 | 0.9145 | 0.4744 | 0.9024 | 0.6218 | 0.6970 | 0.9664 | 0.8099 | 0.9930 | 0.8994 | 0.9439 |
69
+ | 0.1561 | 6.0 | 1026 | 0.4644 | 0.9479 | 0.9495 | 0.6548 | 0.7866 | 0.7147 | 0.9273 | 0.8571 | 0.8908 | 0.9774 | 0.9660 | 0.9717 |
70
+ | 0.1561 | 7.0 | 1197 | 0.4976 | 0.9496 | 0.9512 | 0.6788 | 0.7988 | 0.7339 | 0.8516 | 0.9160 | 0.8826 | 0.9817 | 0.9636 | 0.9725 |
71
+ | 0.0743 | 8.0 | 1368 | 0.5949 | 0.9517 | 0.9528 | 0.6978 | 0.7744 | 0.7341 | 0.8651 | 0.9160 | 0.8898 | 0.9798 | 0.9679 | 0.9738 |
72
+ | 0.0297 | 9.0 | 1539 | 0.5912 | 0.9483 | 0.9498 | 0.6649 | 0.7622 | 0.7102 | 0.8615 | 0.9412 | 0.8996 | 0.9802 | 0.9636 | 0.9718 |
73
+ | 0.0297 | 10.0 | 1710 | 0.6120 | 0.9496 | 0.9509 | 0.6757 | 0.7622 | 0.7163 | 0.8672 | 0.9328 | 0.8988 | 0.9798 | 0.9655 | 0.9726 |
74
 
75
 
76
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:290e7a2d92a13e6e195dd2b693eefe6fc60c33d76670379761558ddd5a89e14b
3
  size 498615900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5c23f1bf41d645962522598424ef5d46f0dd7a7ac213f4138ac606a8b85a36
3
  size 498615900
runs/May31_19-51-17_68d233ee17d4/events.out.tfevents.1717185090.68d233ee17d4.2835.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae497dbc467eacdae0875e23d4f7dcc316e5493b7c83d1b1d0f3869dfb66af9
3
+ size 15286
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 256,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 1,
14
- "pad_type_id": 0,
15
- "pad_token": "<pad>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d1c55d45a1d9a2e5221c3ef0af3febd87977a1184543b19888ac1a79cb7fbd4
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fbef072c612d7107032faeb9cdee392e788d88d45c7a2fbe2ee395165f45374
3
  size 5176