anismahmahi commited on
Commit
ec3e659
1 Parent(s): a3e0bc6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: group3_non_all_zero
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
+ # group3_non_all_zero
19
+
20
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.0497
23
+ - Precision: 0.0638
24
+ - Recall: 0.2421
25
+ - F1: 0.1009
26
+ - Accuracy: 0.9339
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 3e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 15
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 55 | 1.1877 | 0.0140 | 0.25 | 0.0265 | 0.7339 |
58
+ | No log | 2.0 | 110 | 0.9789 | 0.0219 | 0.2041 | 0.0395 | 0.8081 |
59
+ | No log | 3.0 | 165 | 1.0274 | 0.0385 | 0.2437 | 0.0665 | 0.8703 |
60
+ | No log | 4.0 | 220 | 1.1138 | 0.0225 | 0.1820 | 0.0401 | 0.8343 |
61
+ | No log | 5.0 | 275 | 1.1690 | 0.0335 | 0.2184 | 0.0581 | 0.8702 |
62
+ | No log | 6.0 | 330 | 1.3425 | 0.0421 | 0.2310 | 0.0712 | 0.8972 |
63
+ | No log | 7.0 | 385 | 1.5089 | 0.0445 | 0.2342 | 0.0748 | 0.9079 |
64
+ | No log | 8.0 | 440 | 1.5614 | 0.0466 | 0.2453 | 0.0783 | 0.9119 |
65
+ | No log | 9.0 | 495 | 1.7200 | 0.0534 | 0.2453 | 0.0876 | 0.9220 |
66
+ | 0.5787 | 10.0 | 550 | 1.7086 | 0.0447 | 0.2453 | 0.0756 | 0.9098 |
67
+ | 0.5787 | 11.0 | 605 | 1.8784 | 0.0553 | 0.2342 | 0.0895 | 0.9263 |
68
+ | 0.5787 | 12.0 | 660 | 1.9659 | 0.0589 | 0.2421 | 0.0947 | 0.9299 |
69
+ | 0.5787 | 13.0 | 715 | 1.9472 | 0.0600 | 0.2437 | 0.0963 | 0.9297 |
70
+ | 0.5787 | 14.0 | 770 | 2.0058 | 0.0605 | 0.2373 | 0.0964 | 0.9310 |
71
+ | 0.5787 | 15.0 | 825 | 2.0497 | 0.0638 | 0.2421 | 0.1009 | 0.9339 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.30.0
77
+ - Pytorch 2.2.2+cu121
78
+ - Datasets 2.19.0
79
+ - Tokenizers 0.13.3