prithviraj-maurya commited on
Commit
f299e05
1 Parent(s): 20bda1c

prithviraj-maurya/t5-text-pov

Browse files
Files changed (4) hide show
  1. README.md +8 -9
  2. generation_config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +8 -1
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: apache-2.0
3
  base_model: t5-base
4
  tags:
5
- - convert-pov
6
  - generated_from_trainer
7
  metrics:
8
  - bleu
@@ -18,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2885
22
- - Bleu: 66.5293
23
 
24
  ## Model description
25
 
@@ -50,14 +49,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.3777 | 1.0 | 1019 | 0.3172 | 65.4600 |
54
- | 0.3352 | 2.0 | 2038 | 0.2945 | 66.2206 |
55
- | 0.3228 | 3.0 | 3057 | 0.2885 | 66.5293 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.34.0
61
- - Pytorch 2.0.1+cu118
62
- - Datasets 2.14.5
63
  - Tokenizers 0.14.1
 
2
  license: apache-2.0
3
  base_model: t5-base
4
  tags:
 
5
  - generated_from_trainer
6
  metrics:
7
  - bleu
 
17
 
18
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2911
21
+ - Bleu: 65.8974
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
51
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
+ | 0.3791 | 1.0 | 1019 | 0.3168 | 65.3989 |
53
+ | 0.3382 | 2.0 | 2038 | 0.2945 | 66.2317 |
54
+ | 0.3251 | 3.0 | 3057 | 0.2890 | 66.3165 |
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.34.1
60
+ - Pytorch 2.1.0+cu118
61
+ - Datasets 2.14.6
62
  - Tokenizers 0.14.1
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
- "transformers_version": "4.34.0"
6
  }
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
+ "transformers_version": "4.34.1"
6
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71d89280bdbbbdd6706897abb4c757b18c63ffc6fcb87932deb4c703dcdc65ff
3
- size 891703374
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707824fe62413348d1d90213b48b687a0d4cb5c1b7c98b71ef296e7c79ef98dd
3
+ size 891699790
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,