DanielAvelar09 commited on
Commit
f361ffc
1 Parent(s): ad13855

End of training

Browse files
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
- license: apache-2.0
3
- base_model: mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
  - name: mi_chatbot
8
  results: []
9
- language:
10
- - es
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # mi_chatbot
17
 
18
- This model is a fine-tuned version of [mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es](https://huggingface.co/mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5479
21
 
22
  ## Model description
23
 
@@ -37,24 +35,20 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 3e-05
40
- - train_batch_size: 8
41
- - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 7
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 8 | 1.5199 |
52
- | No log | 2.0 | 16 | 1.0632 |
53
- | No log | 3.0 | 24 | 0.5938 |
54
- | No log | 4.0 | 32 | 0.5494 |
55
- | No log | 5.0 | 40 | 0.5706 |
56
- | No log | 6.0 | 48 | 0.5299 |
57
- | No log | 7.0 | 56 | 0.5479 |
58
 
59
 
60
  ### Framework versions
@@ -62,4 +56,4 @@ The following hyperparameters were used during training:
62
  - Transformers 4.37.2
63
  - Pytorch 2.1.0+cu121
64
  - Datasets 2.17.1
65
- - Tokenizers 0.15.2
 
1
  ---
2
+ license: mit
3
+ base_model: timpal0l/mdeberta-v3-base-squad2
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
  - name: mi_chatbot
8
  results: []
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
13
 
14
  # mi_chatbot
15
 
16
+ This model is a fine-tuned version of [timpal0l/mdeberta-v3-base-squad2](https://huggingface.co/timpal0l/mdeberta-v3-base-squad2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.8504
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 2
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 3
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 30 | 0.8746 |
50
+ | No log | 2.0 | 60 | 0.7221 |
51
+ | No log | 3.0 | 90 | 0.8504 |
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
56
  - Transformers 4.37.2
57
  - Pytorch 2.1.0+cu121
58
  - Datasets 2.17.1
59
+ - Tokenizers 0.15.2
config.json CHANGED
@@ -1,26 +1,35 @@
1
  {
2
- "_name_or_path": "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es",
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
- "output_past": true,
19
- "pad_token_id": 1,
20
- "position_embedding_type": "absolute",
 
 
 
 
 
 
 
 
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.37.2",
23
- "type_vocab_size": 2,
24
- "use_cache": true,
25
- "vocab_size": 31002
26
  }
 
1
  {
2
+ "_name_or_path": "timpal0l/mdeberta-v3-base-squad2",
3
  "architectures": [
4
+ "DebertaV2ForQuestionAnswering"
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.37.2",
33
+ "type_vocab_size": 0,
34
+ "vocab_size": 251000
 
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10f0b640da5c1ad66bd065efc82208cf25ed3324ebd1d09b6c6113c7bd560f05
3
- size 437070648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4520902b4bcc3bc8a2780dcf9e9962de13b72140648d7583f0eee53b46cac96
3
+ size 1112905680
runs/Feb25_00-27-24_66a705353b88/events.out.tfevents.1708820844.66a705353b88.1402.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e0be990040f4d225ee6223e70d999ddb97107ce4613909a3eb331997ea88b5
3
+ size 5517
runs/Feb25_00-29-55_66a705353b88/events.out.tfevents.1708820996.66a705353b88.1402.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6366d095873dccfd65f2738c40eda9f705ced1dd562a993aff6d2a3fb6e5c32b
3
+ size 5517
runs/Feb25_00-30-44_66a705353b88/events.out.tfevents.1708821045.66a705353b88.1402.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa6a0be20a075107bbfef47158a5c2d3f16f03cd4b3a6fae738d1acc39e8bd7b
3
+ size 5517
runs/Feb25_00-31-12_66a705353b88/events.out.tfevents.1708821073.66a705353b88.1402.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4dbaf4a3bf1c964a62b368f2862fb0beacd1ecbc0ddc56a0202712490440bb1
3
+ size 5517
runs/Feb25_00-31-36_66a705353b88/events.out.tfevents.1708821096.66a705353b88.1402.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a00926dd64979e0a6c2808c9d5ad1a932e10c9d8f29905fc91f36fc8f6359a8
3
+ size 5517
runs/Feb25_00-31-59_66a705353b88/events.out.tfevents.1708821120.66a705353b88.1402.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ea77d94bf2a69fce8f535c46b8b9186f554d81e17f09b3a67146b8a1459122
3
+ size 5517
runs/Feb25_00-33-28_66a705353b88/events.out.tfevents.1708821209.66a705353b88.1402.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae8e4e15c538d772de08da66b2db9820742b0693f79b73c367f0a5379ea4ff7
3
+ size 5517
runs/Feb25_00-46-23_66a705353b88/events.out.tfevents.1708821984.66a705353b88.1402.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f04b77e3dde3864008bccba54b313403f14fd6a50d5c95a6be8d77a939abf8
3
+ size 5517
runs/Feb25_00-57-31_66a705353b88/events.out.tfevents.1708822652.66a705353b88.1402.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd128a3e2d04264f8744dfa2928e5b5b7ad0acac99cbd00fae8338c75e7b4f7
3
+ size 5517
runs/Feb25_00-58-23_66a705353b88/events.out.tfevents.1708822704.66a705353b88.1402.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4238fc01a0f9c9e32c2413db8ff26d7c136a0c2f752ae35232c936f1660ceb05
3
+ size 5517
runs/Feb25_01-18-11_66a705353b88/events.out.tfevents.1708823892.66a705353b88.10659.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:624b7f001530b349a871625c6d9ce79af04488a144118414cc8709d3352644f5
3
+ size 5716
special_tokens_map.json CHANGED
@@ -1,7 +1,51 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b2cb0a433da31658bd79f95e7beabf22a59aaaf0d39513b24f5474cef8edcfd
3
- size 730166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1138eab70286f87e95bdf1fb4f1f173698ab5b130389032f399ea67b917bd07
3
+ size 16316412
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "[MASK]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,31 +9,31 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "[PAD]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "3": {
20
- "content": "[UNK]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "4": {
28
- "content": "[CLS]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "5": {
36
- "content": "[SEP]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
@@ -41,17 +41,18 @@
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
- "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 1000000000000000019884624838656,
50
- "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
- "strip_accents": null,
54
- "tokenize_chinese_chars": true,
55
- "tokenizer_class": "BertTokenizer",
56
- "unk_token": "[UNK]"
 
57
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "[CLS]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
+ "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
+ "content": "[UNK]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "250101": {
36
+ "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
 
41
  "special": true
42
  }
43
  },
44
+ "bos_token": "[CLS]",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
  "mask_token": "[MASK]",
50
  "model_max_length": 1000000000000000019884624838656,
 
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a55afa51176ba0c93b2b9674af553a0ec406f291f5c3c50183cdc1739f6fc7a
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827c255802c4065f64963031fb25cdf5ec823cd41c541f6a1f271c62e06fbc48
3
  size 4664