shirzady1934 commited on
Commit
6ccfbff
1 Parent(s): 129c74e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta-base-riddle-finetuned_new
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
+ # roberta-base-riddle-finetuned_new
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3192
21
+ - Accuracy: 0.8500
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: 0.0005
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 30
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 23 | 0.4749 | 0.75 |
53
+ | No log | 2.0 | 46 | 0.4396 | 0.7750 |
54
+ | No log | 3.0 | 69 | 0.4988 | 0.7750 |
55
+ | No log | 4.0 | 92 | 0.4534 | 0.8000 |
56
+ | No log | 5.0 | 115 | 0.4505 | 0.8250 |
57
+ | No log | 6.0 | 138 | 0.4108 | 0.8250 |
58
+ | No log | 7.0 | 161 | 0.4701 | 0.8000 |
59
+ | No log | 8.0 | 184 | 0.4327 | 0.8250 |
60
+ | No log | 9.0 | 207 | 0.5293 | 0.8000 |
61
+ | No log | 10.0 | 230 | 0.5596 | 0.7750 |
62
+ | No log | 11.0 | 253 | 0.4872 | 0.9000 |
63
+ | No log | 12.0 | 276 | 0.3860 | 0.8500 |
64
+ | No log | 13.0 | 299 | 0.4549 | 0.9000 |
65
+ | No log | 14.0 | 322 | 0.4340 | 0.8250 |
66
+ | No log | 15.0 | 345 | 0.4540 | 0.7750 |
67
+ | No log | 16.0 | 368 | 0.5259 | 0.75 |
68
+ | No log | 17.0 | 391 | 0.3192 | 0.8500 |
69
+ | No log | 18.0 | 414 | 0.3699 | 0.875 |
70
+ | No log | 19.0 | 437 | 0.3577 | 0.875 |
71
+ | No log | 20.0 | 460 | 0.4405 | 0.8250 |
72
+ | No log | 21.0 | 483 | 0.5207 | 0.8250 |
73
+ | 0.1396 | 22.0 | 506 | 0.4686 | 0.8000 |
74
+ | 0.1396 | 23.0 | 529 | 0.4614 | 0.875 |
75
+ | 0.1396 | 24.0 | 552 | 0.4442 | 0.8250 |
76
+ | 0.1396 | 25.0 | 575 | 0.4242 | 0.8250 |
77
+ | 0.1396 | 26.0 | 598 | 0.4943 | 0.8000 |
78
+ | 0.1396 | 27.0 | 621 | 0.4973 | 0.8500 |
79
+ | 0.1396 | 28.0 | 644 | 0.4542 | 0.875 |
80
+ | 0.1396 | 29.0 | 667 | 0.4671 | 0.875 |
81
+ | 0.1396 | 30.0 | 690 | 0.4679 | 0.875 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.36.2
87
+ - Pytorch 1.13.1+cu117
88
+ - Datasets 2.16.1
89
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForMultipleChoice"
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
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
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:c6b278e98c0a756838e5cba2f200c2e281724b0e7e8259e44b234769f1af74a2
3
+ size 499796292
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:ead920aa307d80c1ade03639b074dc91ce07cc31c0a8fc6fff62acf3c4c14985
3
+ size 4283
vocab.json ADDED
The diff for this file is too large to render. See raw diff