lillylaitchs commited on
Commit
e7e303e
·
verified ·
1 Parent(s): 798b854

End of training

Browse files
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.2159
18
 
19
  ## Model description
20
 
@@ -39,18 +39,16 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - lr_scheduler_warmup_steps: 100
43
- - num_epochs: 5
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 0.2463 | 1.0 | 1563 | 0.2159 |
50
- | 0.1876 | 2.0 | 3126 | 0.2171 |
51
- | 0.1535 | 3.0 | 4689 | 0.2698 |
52
- | 0.1056 | 4.0 | 6252 | 0.3186 |
53
- | 0.0861 | 5.0 | 7815 | 0.3388 |
54
 
55
 
56
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.1542
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 300
43
+ - num_epochs: 3
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.213 | 1.0 | 1563 | 0.1663 |
50
+ | 0.1599 | 2.0 | 3126 | 0.1989 |
51
+ | 0.0974 | 3.0 | 4689 | 0.2297 |
 
 
52
 
53
 
54
  ### Framework versions
logs/events.out.tfevents.1718826434.77115b8f56fc.34.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae9c6180f6f13366998be65fd8c83ff6882b780499d61ba33848bff1471edf04
3
- size 6894
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da78cbed766ae33b62dddecf93ea5762c0b7b88d83bc7b1bed9638c70a1c0c36
3
+ size 8152
logs/events.out.tfevents.1718831249.77115b8f56fc.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15042f72e2b61717f323f78ab5b3fbaecc5b000bd7080f7006351e97d3422e6
3
+ size 359
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e1abc24710447b9b33cbd10b9de4600489e3e82785f53a5843949eb8135b160
3
  size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5a1e9ac2309fc2f6ef2dcddd3ec81e296b27f8f28a08400187bb619a074d50
3
  size 498612824
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },