mljn commited on
Commit
51fb880
·
1 Parent(s): 48bbf1f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/mdeberta-v3-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: mdeberta-v3-base-finetuned-climate-classification
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mdeberta-v3-base-finetuned-climate-classification
17
+
18
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0781
21
+ - Accuracy: 0.9834
22
+ - F1 Macro: 0.9834
23
+ - Accuracy Balanced: 0.9834
24
+ - F1 Micro: 0.9834
25
+ - Precision Macro: 0.9834
26
+ - Recall Macro: 0.9834
27
+ - Precision Micro: 0.9834
28
+ - Recall Micro: 0.9834
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 64
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.06
54
+ - num_epochs: 3
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
60
+ | 0.1189 | 1.0 | 1918 | 0.0989 | 0.9803 | 0.9803 | 0.9803 | 0.9803 | 0.9803 | 0.9803 | 0.9803 | 0.9803 |
61
+ | 0.0669 | 2.0 | 3836 | 0.0781 | 0.9834 | 0.9834 | 0.9834 | 0.9834 | 0.9834 | 0.9834 | 0.9834 | 0.9834 |
62
+ | 0.0439 | 3.0 | 5754 | 0.0778 | 0.9825 | 0.9825 | 0.9825 | 0.9825 | 0.9825 | 0.9825 | 0.9825 | 0.9825 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.31.0
68
+ - Pytorch 2.5.0+cu121
69
+ - Datasets 2.14.7
70
+ - Tokenizers 0.13.3