DanielAvelar09 commited on
Commit
e6b9e90
1 Parent(s): 9e928f8

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,4 @@
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:
@@ -13,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # mi_chatbot
15
 
16
- 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.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 4.6702
19
 
20
  ## Model description
21
 
@@ -34,21 +32,25 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 2e-05
38
- - train_batch_size: 16
39
- - eval_batch_size: 16
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 | 7 | 5.2728 |
50
- | No log | 2.0 | 14 | 4.7893 |
51
- | No log | 3.0 | 21 | 4.6702 |
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
 
11
 
12
  # mi_chatbot
13
 
14
+ This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 3.0442
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 3e-05
36
+ - train_batch_size: 3
37
+ - eval_batch_size: 3
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 7
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | No log | 1.0 | 37 | 3.8093 |
48
+ | No log | 2.0 | 74 | 3.3021 |
49
+ | No log | 3.0 | 111 | 3.0845 |
50
+ | No log | 4.0 | 148 | 2.9462 |
51
+ | No log | 5.0 | 185 | 2.8879 |
52
+ | No log | 6.0 | 222 | 2.9819 |
53
+ | No log | 7.0 | 259 | 3.0442 |
54
 
55
 
56
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "mi_chatbot",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ea24dd766f127a474f1fe5d4478f1fd04ac98ef217474c59f82dbc4a2b61d06
3
  size 437070648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4dc30c35f08dcdc6e9d152bfc16aa49674cefecbd73afd7faa7bc6cdf4bcaad
3
  size 437070648
runs/Feb20_15-17-34_b6125835f067/events.out.tfevents.1708442255.b6125835f067.3240.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6108336f95075940a1c6efe4af46847d6b54e6559b0e3148ad6343eef14f91a5
3
+ size 6437
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
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:1c4056a4d5a06c624704768773c8dc416691a520cc01120993ab138124d4ea9b
3
+ size 729903
tokenizer_config.json CHANGED
@@ -46,12 +46,19 @@
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
  }
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 384,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
+ "pad_to_multiple_of": null,
53
  "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
  "sep_token": "[SEP]",
57
+ "stride": 0,
58
  "strip_accents": null,
59
  "tokenize_chinese_chars": true,
60
  "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "only_second",
63
  "unk_token": "[UNK]"
64
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:184aa3a2ca46594e5d0fa80a233fc558e5efb65d2945858b13485e88a757d6a5
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76aba73107fc0595dcf4b3c219f0c566f2504e5aeb6b738b662ae66f6f1eab51
3
  size 4536