ishitaunde commited on
Commit
63605eb
1 Parent(s): f5244d5

Model save

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: 0.2107
21
- - Rouge1: 0.1997
22
- - Rouge2: 0.0756
23
- - Rougel: 0.1954
24
- - Rougelsum: 0.1967
25
 
26
  ## Model description
27
 
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
- | 0.0145 | 1.0 | 41 | 0.2460 | 0.1886 | 0.0580 | 0.1780 | 0.1793 |
56
- | 0.1112 | 2.0 | 82 | 0.2085 | 0.2492 | 0.0815 | 0.2478 | 0.2480 |
57
- | 0.0801 | 3.0 | 123 | 0.2107 | 0.1997 | 0.0756 | 0.1954 | 0.1967 |
58
 
59
 
60
  ### Framework versions
 
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: 0.2148
21
+ - Rouge1: 0.1029
22
+ - Rouge2: 0.0092
23
+ - Rougel: 0.1032
24
+ - Rougelsum: 0.1037
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 2.8399 | 1.0 | 119 | 0.2340 | 0.0924 | 0.0061 | 0.0882 | 0.0871 |
56
+ | 0.2248 | 2.0 | 238 | 0.2141 | 0.0964 | 0.0094 | 0.0891 | 0.0902 |
57
+ | 0.179 | 3.0 | 357 | 0.2148 | 0.1029 | 0.0092 | 0.1032 | 0.1037 |
58
 
59
 
60
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53855de3f5aedcdc6d91105ab99bd728130e81418d689e76519b74d8212e2f43
3
  size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15f126fcdf1c518d99307ee1f780798768820594fbc2a393cbf13a4d624033d
3
  size 557912620
runs/Jul23_15-58-40_cn4291/events.out.tfevents.1721764725.cn4291.1366270.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85fd87caff61c4543472166ff5d4b47ff84b264718885ebc678ee4c5e65fcf4
3
+ size 8421
runs/Jul23_15-58-40_cn4291/events.out.tfevents.1721768232.cn4291.1366270.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e96f44fea6219aa2ee1a34d73b5180b60122fca76e68c64d88a8475426e2d1
3
+ size 514
special_tokens_map.json CHANGED
@@ -1,25 +1,7 @@
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,25 +9,7 @@
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
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
 
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -52,5 +52,6 @@
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "BartTokenizer",
 
55
  "unk_token": "<unk>"
56
  }
 
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "BartTokenizer",
55
+ "trim_offsets": true,
56
  "unk_token": "<unk>"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:511309098ad0576db079354a8868c9051dba3debb15d9300bc16cd059a3f60bc
3
  size 4783
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65aea7014ea68bdd393bd88a671bba2063cc177c0e1c337f2d2561ab4542befb
3
  size 4783
vocab.json CHANGED
The diff for this file is too large to render. See raw diff