DrishtiSharma commited on
Commit
2222942
1 Parent(s): 03ff03d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
  This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.7508
19
- - Rouge Scores: {'rouge1': 92.07934134490793, 'rouge2': 82.68216875143521, 'rougeL': 86.3418556340243, 'rougeLsum': 92.07165318568765}
20
  - Bleu Scores: [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603]
21
  - Gen Len: 2048.0
22
 
@@ -52,8 +52,8 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
54
  |:-------------:|:-----:|:----:|:---------------:|:----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
55
- | 0.8283 | 1.0 | 500 | 0.7644 | {'rouge1': 92.1717672607307, 'rouge2': 82.69254584175559, 'rougeL': 86.17480706939217, 'rougeLsum': 92.16499826848323} | [0.9428124451183093, 0.9288838577090098, 0.910999858543974, 0.8919623155075178] | 2048.0 |
56
- | 0.5824 | 2.0 | 1000 | 0.7508 | {'rouge1': 92.07934134490793, 'rouge2': 82.68216875143521, 'rougeL': 86.3418556340243, 'rougeLsum': 92.07165318568765} | [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603] | 2048.0 |
57
 
58
 
59
  ### Framework versions
 
16
  This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.7508
19
+ - Rouge Scores: {'rouge1': 0.9207934134490793, 'rouge2': 0.8268216875143521, 'rougeL': 0.863418556340243, 'rougeLsum': 0.9207165318568765}
20
  - Bleu Scores: [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603]
21
  - Gen Len: 2048.0
22
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
54
  |:-------------:|:-----:|:----:|:---------------:|:----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
55
+ | 0.8283 | 1.0 | 500 | 0.7644 | {'rouge1': 0.921717672607307, 'rouge2': 0.8269254584175559, 'rougeL': 0.8617480706939217, 'rougeLsum': 0.9216499826848323} | [0.9428124451183093, 0.9288838577090098, 0.910999858543974, 0.8919623155075178] | 2048.0 |
56
+ | 0.5824 | 2.0 | 1000 | 0.7508 | {'rouge1': 0.9207934134490793, 'rouge2': 0.8268216875143521, 'rougeL': 0.863418556340243, 'rougeLsum': 0.9207165318568765} | [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603] | 2048.0 |
57
 
58
 
59
  ### Framework versions