Bugsec commited on
Commit
855b7fe
1 Parent(s): c597fa7

End of training

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: content
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # content
20
+
21
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3534
24
+ - Accuracy: 0.9252
25
+ - F1: 0.9160
26
+ - Precision: 0.9677
27
+ - Recall: 0.8696
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 8
51
+ - total_train_batch_size: 64
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_steps: 100
55
+ - num_epochs: 5
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
62
+ | 0.0926 | 0.97 | 9 | 0.2219 | 0.9320 | 0.9275 | 0.9275 | 0.9275 |
63
+ | 0.0674 | 1.95 | 18 | 0.4954 | 0.8639 | 0.8305 | 1.0 | 0.7101 |
64
+ | 0.0295 | 2.92 | 27 | 0.2664 | 0.9320 | 0.9275 | 0.9275 | 0.9275 |
65
+ | 0.0478 | 4.0 | 37 | 0.3316 | 0.9116 | 0.9078 | 0.8889 | 0.9275 |
66
+ | 0.0377 | 4.86 | 45 | 0.3534 | 0.9252 | 0.9160 | 0.9677 | 0.8696 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.38.2
72
+ - Pytorch 2.1.0+cu121
73
+ - Datasets 2.18.0
74
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-07,
13
+ "max_position_embeddings": 512,
14
+ "max_relative_positions": -1,
15
+ "model_type": "deberta-v2",
16
+ "norm_rel_ebd": "layer_norm",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "pooler_dropout": 0,
21
+ "pooler_hidden_act": "gelu",
22
+ "pooler_hidden_size": 768,
23
+ "pos_att_type": [
24
+ "p2c",
25
+ "c2p"
26
+ ],
27
+ "position_biased_input": false,
28
+ "position_buckets": 256,
29
+ "relative_attention": true,
30
+ "share_att_key": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.38.2",
33
+ "type_vocab_size": 0,
34
+ "vocab_size": 128100
35
+ }
events.out.tfevents.1710319145.0ff9c243358c.3146.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfbfd388e27b1cbf9a6c48bd14b3b84b34ea9f3bf37b86d544a84fc5d0255fa
3
+ size 8370
events.out.tfevents.1710319288.0ff9c243358c.3146.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8540c8d9583c4819cf63c1f5ef03898e39300c6b9940400f386e502c83d162d
3
+ size 1062
events.out.tfevents.1710319359.0ff9c243358c.3146.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8cc16679babfc3863e3107779933af986650cd05f0838c3a876e3a5f39151d5
3
+ size 8370
events.out.tfevents.1710319488.0ff9c243358c.3146.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1e8d03268bbe02b9e7a4bbd5ad64708f21cde57affffd1bcce9440ade3e1e1
3
+ size 1062
events.out.tfevents.1710320066.0ff9c243358c.3146.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461751284bd0c25bd82849e16a0163d043f85111d433e3b72d069530207eac49
3
+ size 8369
events.out.tfevents.1710320196.0ff9c243358c.3146.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27fa6cb3a7d634202796f484eeaab82179bf69659263aa8ee781f91d0c2699ba
3
+ size 1062
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33879401844824205767ecbcb92d80745b91b15629e5b8a3bbcd8d2069f79f87
3
+ size 737719272
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cac0b84faf163ca19ff8beb0422527e54e9ef5644882a6afaad881100bdf96
3
+ size 4920