procit006 commited on
Commit
f90d4a7
·
verified ·
1 Parent(s): aaf5f0d

anger_frustration_detection_v4

Browse files
Files changed (4) hide show
  1. README.md +72 -0
  2. config.json +31 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: pdelobelle/robbert-v2-dutch-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: results
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # results
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.0945
23
+ - F1: 0.9841
24
+ - Accuracy: 0.9881
25
+ - F1 Yes: 0.9760
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 4
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 16
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: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | F1 Yes |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:------:|
59
+ | 0.6781 | 1.0 | 1133 | 0.2196 | 0.9637 | 0.9735 | 0.9449 |
60
+ | 0.1439 | 2.0 | 2266 | 0.1432 | 0.9755 | 0.9819 | 0.9630 |
61
+ | 0.2089 | 3.0 | 3399 | 0.1242 | 0.9828 | 0.9872 | 0.9742 |
62
+ | 0.0851 | 4.0 | 4532 | 0.1035 | 0.9851 | 0.9890 | 0.9775 |
63
+ | 0.1160 | 5.0 | 5665 | 0.1555 | 0.9827 | 0.9872 | 0.9738 |
64
+ | 0.0628 | 6.0 | 6798 | 0.2245 | 0.9796 | 0.9850 | 0.9691 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 5.0.0
70
+ - Pytorch 2.10.0+cu128
71
+ - Datasets 4.0.0
72
+ - Tokenizers 0.22.2
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "is_decoder": false,
18
+ "layer_norm_eps": 1e-05,
19
+ "max_position_embeddings": 514,
20
+ "model_type": "roberta",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "output_past": true,
24
+ "pad_token_id": 1,
25
+ "position_embedding_type": "absolute",
26
+ "tie_word_embeddings": true,
27
+ "transformers_version": "5.0.0",
28
+ "type_vocab_size": 1,
29
+ "use_cache": false,
30
+ "vocab_size": 40000
31
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1b96f9dc8a87a829d71c05550a9cf3512da719b5d06ad79af5a232eab4234da
3
+ size 467078720
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9ff9617af115134f3b1e03b0ed4548c66f241feee2b91e3d5ed6b216b74123
3
+ size 5201