GuysTrans commited on
Commit
98752b5
1 Parent(s): 5fa6d31

End of training

Browse files
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 3.4432
21
- - Rouge1: 10.8882
22
- - Rouge2: 1.5313
23
- - Rougel: 8.0077
24
- - Rougelsum: 9.8545
25
  - Gen Len: 20.0
26
 
27
  ## Model description
@@ -53,12 +53,12 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
56
- | 1.7356 | 1.0 | 2920 | 3.4432 | 10.8882 | 1.5313 | 8.0077 | 9.8545 | 20.0 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.34.1
62
- - Pytorch 2.1.0+cu118
63
- - Datasets 2.14.5
64
- - Tokenizers 0.14.1
 
17
 
18
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 3.5147
21
+ - Rouge1: 13.3584
22
+ - Rouge2: 2.1549
23
+ - Rougel: 9.8715
24
+ - Rougelsum: 12.2357
25
  - Gen Len: 20.0
26
 
27
  ## Model description
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
56
+ | 2.4322 | 1.0 | 2920 | 3.5147 | 13.3584 | 2.1549 | 9.8715 | 12.2357 | 20.0 |
57
 
58
 
59
  ### Framework versions
60
 
61
+ - Transformers 4.33.0
62
+ - Pytorch 2.0.0
63
+ - Datasets 2.1.0
64
+ - Tokenizers 0.13.3
config.json CHANGED
@@ -69,7 +69,7 @@
69
  }
70
  },
71
  "torch_dtype": "float32",
72
- "transformers_version": "4.34.1",
73
  "use_cache": true,
74
  "vocab_size": 50265
75
  }
 
69
  }
70
  },
71
  "torch_dtype": "float32",
72
+ "transformers_version": "4.33.0",
73
  "use_cache": true,
74
  "vocab_size": 50265
75
  }
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,
11
- "transformers_version": "4.34.1"
12
  }
 
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,
11
+ "transformers_version": "4.33.0"
12
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d6a7be40a8a8dee5f1d51413732fa9832e3ec4f79e9836e614c814861d70ffc
3
- size 557971674
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443e841bdebf0c674cdea82254fe3967eeda9d3642ba6327d29eef8e91e5f6bf
3
+ size 557971229
special_tokens_map.json CHANGED
@@ -5,7 +5,7 @@
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
8
- "normalized": true,
9
  "rstrip": false,
10
  "single_word": false
11
  },
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
8
+ "normalized": false,
9
  "rstrip": false,
10
  "single_word": false
11
  },
tokenizer.json CHANGED
@@ -23,7 +23,7 @@
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
- "normalized": true,
27
  "special": true
28
  },
29
  {
@@ -32,7 +32,7 @@
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
- "normalized": true,
36
  "special": true
37
  },
38
  {
@@ -41,7 +41,7 @@
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
- "normalized": true,
45
  "special": true
46
  },
47
  {
@@ -50,7 +50,7 @@
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
53
- "normalized": true,
54
  "special": true
55
  },
56
  {
@@ -59,7 +59,7 @@
59
  "single_word": false,
60
  "lstrip": true,
61
  "rstrip": false,
62
- "normalized": true,
63
  "special": true
64
  }
65
  ],
 
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": false,
27
  "special": true
28
  },
29
  {
 
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
+ "normalized": false,
36
  "special": true
37
  },
38
  {
 
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
+ "normalized": false,
45
  "special": true
46
  },
47
  {
 
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
53
+ "normalized": false,
54
  "special": true
55
  },
56
  {
 
59
  "single_word": false,
60
  "lstrip": true,
61
  "rstrip": false,
62
+ "normalized": false,
63
  "special": true
64
  }
65
  ],
tokenizer_config.json CHANGED
@@ -1,47 +1,5 @@
1
  {
2
  "add_prefix_space": false,
3
- "added_tokens_decoder": {
4
- "0": {
5
- "content": "<s>",
6
- "lstrip": false,
7
- "normalized": true,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "1": {
13
- "content": "<pad>",
14
- "lstrip": false,
15
- "normalized": true,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "2": {
21
- "content": "</s>",
22
- "lstrip": false,
23
- "normalized": true,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- },
28
- "3": {
29
- "content": "<unk>",
30
- "lstrip": false,
31
- "normalized": true,
32
- "rstrip": false,
33
- "single_word": false,
34
- "special": true
35
- },
36
- "50264": {
37
- "content": "<mask>",
38
- "lstrip": true,
39
- "normalized": true,
40
- "rstrip": false,
41
- "single_word": false,
42
- "special": true
43
- }
44
- },
45
  "bos_token": "<s>",
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "<s>",
 
1
  {
2
  "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
4
  "clean_up_tokenization_spaces": true,
5
  "cls_token": "<s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2d1fa585ddc13feecfe1029576184cbe2872b94407568c2b21a57b40171e22a
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c131575b992c885ba5651a9f23aa42d2c9d4d087e35d8a86e84b9f32f3c4508f
3
+ size 4219