addykan commited on
Commit
8f67ded
1 Parent(s): 12d94f4

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0010
21
- - Accuracy: 0.9999
22
 
23
  ## Model description
24
 
@@ -47,10 +47,10 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 0.0134 | 1.0 | 6000 | 0.0009 | 0.9999 |
53
- | 0.0 | 2.0 | 12000 | 0.0010 | 0.9999 |
54
 
55
 
56
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0002
21
+ - Accuracy: 1.0000
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.0106 | 1.0 | 1500 | 0.1555 | 0.9762 |
53
+ | 0.0001 | 2.0 | 3000 | 0.0002 | 1.0000 |
54
 
55
 
56
  ### Framework versions