mljn commited on
Commit
0971781
·
verified ·
1 Parent(s): 7f6d5bf

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/mdeberta-v3-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: mdeberta-v3-base-finetuned-french-green-stance
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mdeberta-v3-base-finetuned-french-green-stance
18
+
19
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3085
22
+ - Accuracy: 0.9533
23
+ - F1 Macro: 0.9428
24
+ - Accuracy Balanced: 0.9425
25
+ - F1 Micro: 0.9533
26
+ - Precision Macro: 0.9431
27
+ - Recall Macro: 0.9425
28
+ - Precision Micro: 0.9533
29
+ - Recall Micro: 0.9533
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 2e-05
49
+ - train_batch_size: 4
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_ratio: 0.06
55
+ - num_epochs: 4
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
61
+ | 0.3304 | 1.0 | 1393 | 0.4028 | 0.9160 | 0.8984 | 0.9035 | 0.9160 | 0.8937 | 0.9035 | 0.9160 | 0.9160 |
62
+ | 0.2085 | 2.0 | 2786 | 0.2895 | 0.9440 | 0.9298 | 0.9201 | 0.9440 | 0.9410 | 0.9201 | 0.9440 | 0.9440 |
63
+ | 0.1368 | 3.0 | 4179 | 0.3136 | 0.9519 | 0.9408 | 0.9384 | 0.9519 | 0.9432 | 0.9384 | 0.9519 | 0.9519 |
64
+ | 0.0374 | 4.0 | 5572 | 0.3085 | 0.9533 | 0.9428 | 0.9425 | 0.9533 | 0.9431 | 0.9425 | 0.9533 | 0.9533 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.49.0
70
+ - Pytorch 2.5.1+cu124
71
+ - Datasets 3.3.2
72
+ - Tokenizers 0.21.0