BaoKien commited on
Commit
3630cd6
1 Parent(s): 629c489

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the squad dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.8691
20
 
21
  ## Model description
22
 
@@ -45,11 +45,11 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 25 | 2.7627 |
51
- | No log | 2.0 | 50 | 1.8346 |
52
- | No log | 3.0 | 75 | 1.8691 |
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the squad dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.9515
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 0.889 | 1.0 | 4380 | 0.8729 |
51
+ | 0.6755 | 2.0 | 8760 | 0.8529 |
52
+ | 0.4681 | 3.0 | 13140 | 0.9515 |
53
 
54
 
55
  ### Framework versions