smrynrz20 commited on
Commit
7aff288
1 Parent(s): edc3770

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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.9696
21
- - Rouge1: 0.1826
22
- - Rouge2: 0.1055
23
- - Rougel: 0.1618
24
- - Rougelsum: 0.1663
25
  - Gen Len: 20.0
26
 
27
  ## Model description
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
- | No log | 1.0 | 124 | 2.0769 | 0.1768 | 0.1025 | 0.156 | 0.1613 | 20.0 |
58
- | No log | 2.0 | 248 | 1.9998 | 0.1839 | 0.1056 | 0.1611 | 0.1664 | 20.0 |
59
- | No log | 3.0 | 372 | 1.9696 | 0.1826 | 0.1055 | 0.1618 | 0.1663 | 20.0 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.9651
21
+ - Rouge1: 0.1824
22
+ - Rouge2: 0.106
23
+ - Rougel: 0.1607
24
+ - Rougelsum: 0.1661
25
  - Gen Len: 20.0
26
 
27
  ## Model description
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | No log | 1.0 | 124 | 2.0847 | 0.1748 | 0.1025 | 0.1561 | 0.1605 | 20.0 |
58
+ | No log | 2.0 | 248 | 2.0036 | 0.1842 | 0.108 | 0.1628 | 0.168 | 20.0 |
59
+ | No log | 3.0 | 372 | 1.9651 | 0.1824 | 0.106 | 0.1607 | 0.1661 | 20.0 |
60
 
61
 
62
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4627ed5525bc35fc4bbfa85aefd6b942b7349630d1b74e75ddeec735bee99a7
3
  size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d2a87d87d0f0b3b9d6188611b9cf86d716217d8a1b21bb429fc95561157436d
3
  size 557912620
runs/Jan08_16-07-37_153f9ed87099/events.out.tfevents.1704730069.153f9ed87099.347.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1587d1aac80504f38b744458be3d65578be88b79666c386f296b0eac085f46d4
3
+ size 7487
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
@@ -9,7 +27,25 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer_config.json CHANGED
@@ -48,10 +48,14 @@
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
 
51
  "model_max_length": 1024,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
 
54
  "tokenizer_class": "BartTokenizer",
55
  "trim_offsets": true,
 
 
56
  "unk_token": "<unk>"
57
  }
 
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
+ "max_length": 128,
52
  "model_max_length": 1024,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
+ "stride": 0,
56
  "tokenizer_class": "BartTokenizer",
57
  "trim_offsets": true,
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
  "unk_token": "<unk>"
61
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12d6fe62467f0f45a997a91736dca4bb49406dda34b7cb43dc96f09bb50e8683
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06eaf9f135d01731a81f8a4cffbd30d27ecfdfcf6a9c58bba8c453bacd9889b8
3
  size 4856