anismahmahi commited on
Commit
bae183f
1 Parent(s): a212c68

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: group4_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
+ # group4_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: 1.2820
23
+ - Precision: 0.0006
24
+ - Recall: 0.08
25
+ - F1: 0.0012
26
+ - Accuracy: 0.4380
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 | 5 | 2.1670 | 0.0 | 0.0 | 0.0 | 0.0084 |
58
+ | No log | 2.0 | 10 | 2.3289 | 0.0 | 0.0 | 0.0 | 0.0078 |
59
+ | No log | 3.0 | 15 | 2.3316 | 0.0 | 0.0 | 0.0 | 0.0078 |
60
+ | No log | 4.0 | 20 | 2.0441 | 0.0 | 0.0 | 0.0 | 0.0078 |
61
+ | No log | 5.0 | 25 | 2.4322 | 0.0 | 0.0 | 0.0 | 0.0078 |
62
+ | No log | 6.0 | 30 | 1.7898 | 0.0 | 0.0 | 0.0 | 0.0106 |
63
+ | No log | 7.0 | 35 | 1.8590 | 0.0002 | 0.0133 | 0.0004 | 0.0104 |
64
+ | No log | 8.0 | 40 | 1.7022 | 0.0002 | 0.0133 | 0.0004 | 0.0250 |
65
+ | No log | 9.0 | 45 | 1.5775 | 0.0004 | 0.04 | 0.0007 | 0.1004 |
66
+ | No log | 10.0 | 50 | 1.4837 | 0.0006 | 0.08 | 0.0011 | 0.1939 |
67
+ | No log | 11.0 | 55 | 1.3180 | 0.0004 | 0.0533 | 0.0008 | 0.3309 |
68
+ | No log | 12.0 | 60 | 1.3418 | 0.0005 | 0.0667 | 0.0011 | 0.3799 |
69
+ | No log | 13.0 | 65 | 1.3140 | 0.0005 | 0.0667 | 0.0010 | 0.4117 |
70
+ | No log | 14.0 | 70 | 1.3444 | 0.0004 | 0.0533 | 0.0008 | 0.4048 |
71
+ | No log | 15.0 | 75 | 1.2820 | 0.0006 | 0.08 | 0.0012 | 0.4380 |
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