ktangri commited on
Commit
9df70ac
1 Parent(s): 1fbe160

End of training

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: 10k-finetune
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
+ # 10k-finetune
17
+
18
+ This model is a fine-tuned version of [MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli](https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3357
21
+ - Accuracy: 0.8730
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-06
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 16
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.06
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.4093 | 0.33 | 20 | 0.4616 | 0.8115 |
56
+ | 0.2952 | 0.66 | 40 | 0.3984 | 0.8238 |
57
+ | 0.2775 | 0.99 | 60 | 0.3357 | 0.8730 |
58
+ | 0.1836 | 1.32 | 80 | 0.3674 | 0.8402 |
59
+ | 0.1772 | 1.65 | 100 | 0.3687 | 0.8361 |
60
+ | 0.1502 | 1.98 | 120 | 0.3730 | 0.8443 |
61
+ | 0.1245 | 2.31 | 140 | 0.3966 | 0.8402 |
62
+ | 0.1226 | 2.64 | 160 | 0.3719 | 0.8566 |
63
+ | 0.1166 | 2.98 | 180 | 0.3768 | 0.8484 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.35.0
69
+ - Pytorch 2.1.0+cu118
70
+ - Datasets 2.14.6
71
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli",
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": 1024,
10
+ "id2label": {
11
+ "0": "entailment",
12
+ "1": "neutral",
13
+ "2": "contradiction"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "label2id": {
18
+ "contradiction": 2,
19
+ "entailment": 0,
20
+ "neutral": 1
21
+ },
22
+ "layer_norm_eps": 1e-07,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 1024,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.35.0",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 128100
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9173a97c8962806d896724135bd669d81d6c8120e12d617ac0ce163b984bc96d
3
+ size 1740308548
runs/Nov08_19-39-50_02705521eaac/events.out.tfevents.1699472396.02705521eaac.777.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01179744df80b5f95bb49eded4bd18160c0225288b4c881aa7094135b4f535f5
3
+ size 9284
runs/Nov08_19-39-50_02705521eaac/events.out.tfevents.1699475799.02705521eaac.777.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0f6cc12b8a20f4585166f6d02004c754751a3ef2eed377f53519cf36c15069
3
+ size 411
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc590318ccb22f5fe518ed023b3e53522e4cbb9fa7062c05b89e095f91e24a5d
3
+ size 4600