ashleychen commited on
Commit
12051d0
·
1 Parent(s): 464b0ef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -22
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.6543
18
 
19
  ## Model description
20
 
@@ -46,29 +46,21 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:-----:|:---------------:|
49
- | 2.6625 | 0.05 | 1000 | 2.3302 |
50
- | 2.3201 | 0.11 | 2000 | 2.1701 |
51
- | 2.1768 | 0.16 | 3000 | 2.0463 |
52
- | 2.0896 | 0.21 | 4000 | 1.9832 |
53
- | 1.9763 | 0.26 | 5000 | 1.8889 |
54
- | 1.9454 | 0.32 | 6000 | 1.8577 |
55
- | 1.8593 | 0.37 | 7000 | 1.8214 |
56
- | 1.8326 | 0.42 | 8000 | 1.7838 |
57
- | 1.7911 | 0.47 | 9000 | 1.7682 |
58
- | 1.7531 | 0.53 | 10000 | 1.7529 |
59
- | 1.7432 | 0.58 | 11000 | 1.7254 |
60
- | 1.7374 | 0.63 | 12000 | 1.7046 |
61
- | 1.7233 | 0.68 | 13000 | 1.7134 |
62
- | 1.7188 | 0.74 | 14000 | 1.6832 |
63
- | 1.7037 | 0.79 | 15000 | 1.6727 |
64
- | 1.6761 | 0.84 | 16000 | 1.6652 |
65
- | 1.6354 | 0.9 | 17000 | 1.6584 |
66
- | 1.6601 | 0.95 | 18000 | 1.6543 |
67
 
68
 
69
  ### Framework versions
70
 
71
- - Transformers 4.23.1
72
  - Pytorch 1.12.1+cu113
73
- - Datasets 2.6.1
74
- - Tokenizers 0.13.1
 
14
 
15
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.1219
18
 
19
  ## Model description
20
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 2.878 | 0.1 | 1000 | 2.5845 |
50
+ | 2.5583 | 0.2 | 2000 | 2.4206 |
51
+ | 2.3887 | 0.3 | 3000 | 2.3398 |
52
+ | 2.244 | 0.4 | 4000 | 2.2853 |
53
+ | 2.2182 | 0.5 | 5000 | 2.2355 |
54
+ | 2.1509 | 0.6 | 6000 | 2.1872 |
55
+ | 2.0912 | 0.7 | 7000 | 2.1582 |
56
+ | 2.1208 | 0.8 | 8000 | 2.1435 |
57
+ | 2.0248 | 0.9 | 9000 | 2.1309 |
58
+ | 2.0394 | 1.0 | 10000 | 2.1219 |
 
 
 
 
 
 
 
 
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.25.1
64
  - Pytorch 1.12.1+cu113
65
+ - Datasets 2.7.1
66
+ - Tokenizers 0.13.2