Tonic commited on
Commit
f6be1ff
·
verified ·
1 Parent(s): 0229e25

Model save

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: answerdotai/ModernBERT-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: climate-guard-classifier
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # climate-guard-classifier
21
+
22
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 4.9405
25
+ - Accuracy: 0.4774
26
+ - F1: 0.4600
27
+ - Precision: 0.6228
28
+ - Recall: 0.4774
29
+ - F1 0 Not Relevant: 0.5064
30
+ - F1 1 Not Happening: 0.6036
31
+ - F1 2 Not Human: 0.3804
32
+ - F1 3 Not Bad: 0.4901
33
+ - F1 4 Solutions Harmful Unnecessary: 0.3382
34
+ - F1 5 Science Is Unreliable: 0.4126
35
+ - F1 6 Proponents Biased: 0.4433
36
+ - F1 7 Fossil Fuels Needed: 0.4752
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 32
58
+ - seed: 22
59
+ - gradient_accumulation_steps: 2
60
+ - total_train_batch_size: 32
61
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
62
+ - lr_scheduler_type: cosine
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 7
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | F1 0 Not Relevant | F1 1 Not Happening | F1 2 Not Human | F1 3 Not Bad | F1 4 Solutions Harmful Unnecessary | F1 5 Science Is Unreliable | F1 6 Proponents Biased | F1 7 Fossil Fuels Needed |
70
+ |:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----------------:|:------------------:|:--------------:|:------------:|:----------------------------------:|:--------------------------:|:----------------------:|:------------------------:|
71
+ | 0.4502 | 1.0 | 2324 | 0.2539 | 0.9214 | 0.9208 | 0.9256 | 0.9214 | 0.8674 | 0.8627 | 0.9116 | 0.9473 | 0.9461 | 0.9092 | 0.9277 | 0.9683 |
72
+ | 0.3061 | 2.0 | 4648 | 0.1701 | 0.9446 | 0.9447 | 0.9461 | 0.9446 | 0.8858 | 0.9185 | 0.9295 | 0.9574 | 0.9628 | 0.9450 | 0.9446 | 0.9750 |
73
+ | 0.1339 | 3.0 | 6972 | 0.2239 | 0.9499 | 0.9499 | 0.9502 | 0.9499 | 0.8900 | 0.9412 | 0.9506 | 0.9469 | 0.9611 | 0.9506 | 0.9364 | 0.9786 |
74
+ | 0.0217 | 4.0 | 9296 | 0.3198 | 0.9517 | 0.9517 | 0.9520 | 0.9517 | 0.9073 | 0.9430 | 0.9520 | 0.9561 | 0.9542 | 0.9537 | 0.9369 | 0.9771 |
75
+ | 0.0032 | 5.0 | 11620 | 0.3009 | 0.9530 | 0.9530 | 0.9531 | 0.9530 | 0.9007 | 0.9408 | 0.9553 | 0.9565 | 0.9602 | 0.9525 | 0.9388 | 0.9815 |
76
+ | 0.0001 | 6.0 | 13944 | 0.3055 | 0.9538 | 0.9537 | 0.9537 | 0.9538 | 0.9055 | 0.9424 | 0.9536 | 0.9590 | 0.9589 | 0.9540 | 0.9413 | 0.9802 |
77
+ | 0.0028 | 6.9972 | 16261 | 0.3108 | 0.9529 | 0.9529 | 0.9529 | 0.9529 | 0.9055 | 0.9413 | 0.9541 | 0.9574 | 0.9564 | 0.9541 | 0.9403 | 0.9792 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.48.3
83
+ - Pytorch 2.6.0+cu124
84
+ - Datasets 3.2.0
85
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d20a8adcd21146fdbc987145f35dbdb90c4cbeccf89b00577f55c4799cc48036
3
  size 598458240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3922c447d20579ba76db2f9f2ea9a2b0cce1d6429298a725164399ceba865de0
3
  size 598458240