sai1881 commited on
Commit
a68ca32
1 Parent(s): 178ad58

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # bloom-560m-finetuned-Bank-test-v0
14
 
15
  This model is a fine-tuned version of [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +41,15 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3.0
41
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.28.1
 
13
  # bloom-560m-finetuned-Bank-test-v0
14
 
15
  This model is a fine-tuned version of [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.1770
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3.0
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 1.4762 | 1.0 | 3934 | 1.9821 |
49
+ | 1.1208 | 2.0 | 7868 | 2.1770 |
50
+ | 0.9811 | 3.0 | 11802 | 2.1770 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.28.1