procit011 commited on
Commit
0a0d2c8
·
verified ·
1 Parent(s): 4d774eb

procit011/anger_frustration_detection_9

Browse files
Files changed (4) hide show
  1. README.md +17 -19
  2. config.json +1 -2
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -19,9 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0817
23
- - F1: 0.9881
24
- - Accuracy: 0.9912
 
25
 
26
  ## Model description
27
 
@@ -41,33 +42,30 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 1e-05
44
- - train_batch_size: 4
45
- - eval_batch_size: 8
46
  - seed: 42
47
  - gradient_accumulation_steps: 4
48
- - total_train_batch_size: 16
49
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: cosine
51
  - lr_scheduler_warmup_steps: 0.1
52
- - num_epochs: 10
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
58
- | 0.6276 | 1.0 | 1133 | 0.1196 | 0.9628 | 0.9726 |
59
- | 0.0555 | 2.0 | 2266 | 0.1409 | 0.9666 | 0.9757 |
60
- | 0.1979 | 3.0 | 3399 | 0.0880 | 0.9828 | 0.9872 |
61
- | 0.0280 | 4.0 | 4532 | 0.0820 | 0.9827 | 0.9872 |
62
- | 0.0041 | 5.0 | 5665 | 0.0911 | 0.9852 | 0.9890 |
63
- | 0.0005 | 6.0 | 6798 | 0.0922 | 0.9863 | 0.9898 |
64
- | 0.0000 | 7.0 | 7931 | 0.0859 | 0.9857 | 0.9894 |
65
- | 0.0000 | 8.0 | 9064 | 0.1041 | 0.9845 | 0.9885 |
66
 
67
 
68
  ### Framework versions
69
 
70
- - Transformers 5.0.0
71
- - Pytorch 2.10.0+cu128
72
  - Datasets 4.0.0
73
  - Tokenizers 0.22.2
 
19
 
20
  This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0825
23
+ - F1: 0.9840
24
+ - Accuracy: 0.9881
25
+ - F1 Yes: 0.976
26
 
27
  ## Model description
28
 
 
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 1e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 16
47
  - seed: 42
48
  - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 32
50
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
  - lr_scheduler_type: cosine
52
  - lr_scheduler_warmup_steps: 0.1
53
+ - num_epochs: 5
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | F1 Yes |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:------:|
59
+ | 0.2779 | 1.0 | 567 | 0.1380 | 0.9687 | 0.9770 | 0.9525 |
60
+ | 0.3814 | 2.0 | 1134 | 0.1375 | 0.9740 | 0.9810 | 0.9606 |
61
+ | 0.2305 | 3.0 | 1701 | 0.1152 | 0.9820 | 0.9868 | 0.9728 |
62
+ | 0.1595 | 4.0 | 2268 | 0.1057 | 0.9839 | 0.9881 | 0.9756 |
63
+ | 0.1194 | 5.0 | 2835 | 0.1177 | 0.9832 | 0.9876 | 0.9746 |
 
 
 
64
 
65
 
66
  ### Framework versions
67
 
68
+ - Transformers 5.2.0
69
+ - Pytorch 2.9.0+cu126
70
  - Datasets 4.0.0
71
  - Tokenizers 0.22.2
config.json CHANGED
@@ -23,9 +23,8 @@
23
  "output_past": true,
24
  "pad_token_id": 1,
25
  "position_embedding_type": "absolute",
26
- "problem_type": "single_label_classification",
27
  "tie_word_embeddings": true,
28
- "transformers_version": "5.0.0",
29
  "type_vocab_size": 1,
30
  "use_cache": false,
31
  "vocab_size": 40000
 
23
  "output_past": true,
24
  "pad_token_id": 1,
25
  "position_embedding_type": "absolute",
 
26
  "tie_word_embeddings": true,
27
+ "transformers_version": "5.2.0",
28
  "type_vocab_size": 1,
29
  "use_cache": false,
30
  "vocab_size": 40000
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d55b0f90fcaa5b3ac5e813c7d602759d2fbc52dac07123909bc0084fcb48ca9
3
  size 467078720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371945cdbbc576156872474d9fa1f5070ead5abc9b079074ac9b3f4ce83e9b67
3
  size 467078720
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4aa3d4409b2aded889e0062791995a63e078af36de3110102a9db50a107514a5
3
  size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff208458410f00d03d161ad05ee53e9b03595a84035c1356eb962222cfd7af2
3
  size 5201