Arjun9 commited on
Commit
e951eae
1 Parent(s): 029adf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -24
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # bart_samsum
21
 
22
- This model is a fine-tuned version of [facebook/bart-large-xsum](https://huggingface.co/facebook/bart-large-xsum) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.4947
25
  - Rouge1: 53.3294
@@ -30,19 +30,7 @@ It achieves the following results on the evaluation set:
30
  - Meteor: 0.4887
31
  - Gen Len: 30.1209
32
 
33
- ## Model description
34
-
35
- More information needed
36
-
37
- ## Intended uses & limitations
38
-
39
- More information needed
40
-
41
- ## Training and evaluation data
42
-
43
- More information needed
44
-
45
- ## Training procedure
46
 
47
  ### Training hyperparameters
48
 
@@ -58,16 +46,6 @@ The following hyperparameters were used during training:
58
  - num_epochs: 5
59
  - mixed_precision_training: Native AMP
60
 
61
- ### Training results
62
-
63
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Meteor | Gen Len |
64
- |:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:----:|:------:|:-------:|
65
- | 1.3838 | 0.9997 | 1841 | 1.5631 | 52.3252 | 27.2646 | 42.5893 | 48.2397 | 0.0 | 0.4825 | 32.0415 |
66
- | 1.0835 | 2.0 | 3683 | 1.4947 | 53.3294 | 28.6009 | 44.2008 | 49.2031 | 0.0 | 0.4887 | 30.1209 |
67
- | 0.8345 | 2.9997 | 5524 | 1.5956 | 52.1812 | 27.1239 | 42.9864 | 47.6384 | 0.0 | 0.4774 | 30.5446 |
68
- | 0.672 | 4.0 | 7366 | 1.6695 | 52.8148 | 27.4815 | 43.3732 | 48.4633 | 0.0 | 0.4836 | 31.0342 |
69
- | 0.538 | 4.9986 | 9205 | 1.8055 | 52.0988 | 26.762 | 42.5505 | 47.3721 | 0.0 | 0.4738 | 29.8901 |
70
-
71
 
72
  ### Framework versions
73
 
 
19
 
20
  # bart_samsum
21
 
22
+ This model is a fine-tuned version of [facebook/bart-large-xsum](https://huggingface.co/facebook/bart-large-xsum) on the [samsum](https://huggingface.co/datasets/samsum) dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.4947
25
  - Rouge1: 53.3294
 
30
  - Meteor: 0.4887
31
  - Gen Len: 30.1209
32
 
33
+ Comparison between
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  ### Training hyperparameters
36
 
 
46
  - num_epochs: 5
47
  - mixed_precision_training: Native AMP
48
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  ### Framework versions
51