Th3BossC commited on
Commit
80313ad
·
verified ·
1 Parent(s): 7e443f3

End of training

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: contradictions_model
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
+ # contradictions_model
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0972
21
+ - Accuracy: 0.3490
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-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - num_epochs: 2
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.0973 | 0.07 | 100 | 1.0970 | 0.3490 |
54
+ | 1.0944 | 0.15 | 200 | 1.1089 | 0.3490 |
55
+ | 1.1024 | 0.22 | 300 | 1.0973 | 0.3490 |
56
+ | 1.0979 | 0.29 | 400 | 1.1086 | 0.3490 |
57
+ | 1.0933 | 0.37 | 500 | 1.0976 | 0.3490 |
58
+ | 1.0971 | 0.44 | 600 | 1.0973 | 0.3490 |
59
+ | 1.0908 | 0.51 | 700 | 1.0974 | 0.3490 |
60
+ | 1.0932 | 0.59 | 800 | 1.1078 | 0.3020 |
61
+ | 1.1203 | 0.66 | 900 | 1.0982 | 0.3490 |
62
+ | 1.0912 | 0.73 | 1000 | 1.1030 | 0.3490 |
63
+ | 1.0954 | 0.81 | 1100 | 1.1185 | 0.3020 |
64
+ | 1.1193 | 0.88 | 1200 | 1.0988 | 0.3490 |
65
+ | 1.097 | 0.95 | 1300 | 1.0965 | 0.3490 |
66
+ | 1.1098 | 1.03 | 1400 | 1.1006 | 0.3490 |
67
+ | 1.0967 | 1.1 | 1500 | 1.0981 | 0.3490 |
68
+ | 1.1007 | 1.17 | 1600 | 1.0971 | 0.3490 |
69
+ | 1.0983 | 1.25 | 1700 | 1.0985 | 0.3490 |
70
+ | 1.1033 | 1.32 | 1800 | 1.0996 | 0.3490 |
71
+ | 1.1333 | 1.39 | 1900 | 1.0964 | 0.3490 |
72
+ | 1.0982 | 1.47 | 2000 | 1.1024 | 0.3020 |
73
+ | 1.1039 | 1.54 | 2100 | 1.0985 | 0.3490 |
74
+ | 1.1038 | 1.61 | 2200 | 1.1003 | 0.3020 |
75
+ | 1.0974 | 1.69 | 2300 | 1.0988 | 0.3490 |
76
+ | 1.0914 | 1.76 | 2400 | 1.0979 | 0.3490 |
77
+ | 1.0933 | 1.83 | 2500 | 1.0976 | 0.3490 |
78
+ | 1.0988 | 1.91 | 2600 | 1.0971 | 0.3490 |
79
+ | 1.09 | 1.98 | 2700 | 1.0972 | 0.3490 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.39.1
85
+ - Pytorch 2.2.2+cu121
86
+ - Datasets 2.18.0
87
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "entailment",
15
+ "1": "neutral",
16
+ "2": "contradiction"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "contradiction": 2,
22
+ "entailment": 0,
23
+ "neutral": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "roberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 1,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.39.1",
35
+ "type_vocab_size": 1,
36
+ "use_cache": true,
37
+ "vocab_size": 50265
38
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84872c37f7b686f808fc7ebad20eed2e25e033fb37918469a9cf7fd4a0236ad8
3
+ size 498615900
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e5e206c0844fc7c250b5f64df8172044ff381a55e3680094ecbc44f4005822
3
+ size 4856
vocab.json ADDED
The diff for this file is too large to render. See raw diff