abdulllah01 commited on
Commit
af41e5e
·
verified ·
1 Parent(s): ce80a8f

abdulllah01/tech-support-bot

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google-t5/t5-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # checkpoints
17
 
18
- This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0737
21
- - Rouge1: 23.2073
22
- - Rouge2: 14.3506
23
- - Rougel: 20.8275
24
- - Rougelsum: 21.1567
25
 
26
  ## Model description
27
 
@@ -52,7 +52,7 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
- | 1.2167 | 1.0 | 150 | 1.0737 | 23.2073 | 14.3506 | 20.8275 | 21.1567 |
56
 
57
 
58
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: abdulllah01/checkpoints
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # checkpoints
17
 
18
+ This model is a fine-tuned version of [abdulllah01/checkpoints](https://huggingface.co/abdulllah01/checkpoints) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0182
21
+ - Rouge1: 27.1685
22
+ - Rouge2: 19.4551
23
+ - Rougel: 25.4922
24
+ - Rougelsum: 25.812
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 1.2553 | 1.0 | 150 | 1.0182 | 27.1685 | 19.4551 | 25.4922 | 25.812 |
56
 
57
 
58
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google-t5/t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "abdulllah01/checkpoints",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf655c66a5bbcb2c534dee8530d00a52ce53459e53264b86fbf45c9bc7be490e
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875c8a0e752fdf30e040ece0c7b8f130bd6fcace2f9473bee8dc895413d01220
3
  size 891644712
runs/Jul25_19-26-02_fb25938b2fee/events.out.tfevents.1721935612.fb25938b2fee.1344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447e3bc25ca91a8ba2a46c4e91cd40500e8bfd3873f2709e0f172dc8931e7b12
3
+ size 11542
runs/Jul25_19-42-15_fb25938b2fee/events.out.tfevents.1721936604.fb25938b2fee.1344.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f617b9db6be01c3c6e70d6b79337f6e91b2bee1a504f35a3b246c2887e2d7fc
3
+ size 9793
runs/Jul25_19-42-15_fb25938b2fee/events.out.tfevents.1721936794.fb25938b2fee.1344.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551680ce781cc70b1ddf79d1164d5e69d7bb2d04e7354edcd988e58ac8f277f7
3
+ size 9793
runs/Jul25_19-50-37_fb25938b2fee/events.out.tfevents.1721937039.fb25938b2fee.1344.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a07384c70c19c3200f1af2b75cfaeeeeca18f4fafbaef679e532934e407224
3
+ size 9793
special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
tokenizer_config.json CHANGED
@@ -930,8 +930,12 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 1000000000000000019884624838656,
934
  "pad_token": "<pad>",
 
935
  "tokenizer_class": "T5Tokenizer",
 
 
936
  "unk_token": "<unk>"
937
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "max_length": 128,
934
  "model_max_length": 1000000000000000019884624838656,
935
  "pad_token": "<pad>",
936
+ "stride": 0,
937
  "tokenizer_class": "T5Tokenizer",
938
+ "truncation_side": "right",
939
+ "truncation_strategy": "longest_first",
940
  "unk_token": "<unk>"
941
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbf8de2a2e6ab73b3e66dfea729243ef69505b4dab0f0c2fca28ea33f37061df
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f07406bd5a82bad54e001285bec5aae8666902bf1c9f98dd1f6a8317f05f22eb
3
  size 5240