kaixkhazaki commited on
Commit
e664a28
·
verified ·
1 Parent(s): 63b0475

Pushing of the new best model checkpoint

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: dbmdz/bert-base-turkish-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ model-index:
10
+ - name: turkish-question-answering
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # turkish-question-answering
18
+
19
+ This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.9487
22
+ - Exact Match: 37.6944
23
+ - F1: 53.7649
24
+ - Valid Predictions: 1093
25
+ - Valid Samples: 1093
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 64
47
+ - seed: 42
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 3
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 | Valid Predictions | Valid Samples |
56
+ |:-------------:|:------:|:----:|:---------------:|:-----------:|:-------:|:-----------------:|:-------------:|
57
+ | 2.9036 | 0.0603 | 200 | 4.5411 | 0.0 | 0.0 | 1187 | 1187 |
58
+ | 2.1368 | 0.1207 | 400 | 2.9291 | 18.0871 | 25.2546 | 1056 | 1056 |
59
+ | 1.8916 | 0.1810 | 600 | 2.4409 | 29.6756 | 41.1881 | 1048 | 1048 |
60
+ | 1.8242 | 0.2413 | 800 | 2.7636 | 12.2760 | 15.7271 | 1116 | 1116 |
61
+ | 1.7819 | 0.3017 | 1000 | 2.4051 | 23.5067 | 32.4574 | 1038 | 1038 |
62
+ | 1.6125 | 0.3620 | 1200 | 2.1023 | 32.8358 | 47.2831 | 1072 | 1072 |
63
+ | 1.5859 | 0.4223 | 1400 | 2.3902 | 24.1950 | 32.2466 | 1087 | 1087 |
64
+ | 1.5177 | 0.4827 | 1600 | 2.3095 | 23.6279 | 31.4443 | 1075 | 1075 |
65
+ | 1.4936 | 0.5430 | 1800 | 1.9979 | 38.2054 | 53.0565 | 1081 | 1081 |
66
+ | 1.5517 | 0.6033 | 2000 | 1.9487 | 37.6944 | 53.7649 | 1093 | 1093 |
67
+ | 1.4981 | 0.6637 | 2200 | 1.9730 | 36.4220 | 52.1297 | 1090 | 1090 |
68
+ | 1.4405 | 0.7240 | 2400 | 1.9899 | 36.0507 | 48.8318 | 1104 | 1104 |
69
+ | 1.4102 | 0.7843 | 2600 | 2.0059 | 36.5832 | 49.1061 | 1118 | 1118 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.48.0.dev0
75
+ - Pytorch 2.4.1+cu121
76
+ - Datasets 2.20.0
77
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-turkish-cased",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.48.0.dev0",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 32000
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b16c685ecc6707eaaabe67c6fd68077f9f8ec6e4dad58ad584ba110c76b74eb
3
+ size 440136504
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "max_len": 512,
51
+ "model_max_length": 512,
52
+ "never_split": null,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "strip_accents": null,
56
+ "tokenize_chinese_chars": true,
57
+ "tokenizer_class": "BertTokenizer",
58
+ "unk_token": "[UNK]"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcb374d58be194e45d2433d88b6917339e48d63b327bb03cbf2e926b3f21227
3
+ size 5432
vocab.txt ADDED
The diff for this file is too large to render. See raw diff