celine98 commited on
Commit
e2ed997
1 Parent(s): 9ca268e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.8291284403669725
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.6742
33
- - Accuracy: 0.8291
34
 
35
  ## Model description
36
 
@@ -49,23 +49,22 @@ More information needed
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
- - learning_rate: 2e-05
53
- - train_batch_size: 16
54
  - eval_batch_size: 16
55
- - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
- - num_epochs: 5
59
 
60
  ### Training results
61
 
62
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
64
- | 0.3706 | 1.0 | 4210 | 0.4550 | 0.8142 |
65
- | 0.2491 | 2.0 | 8420 | 0.4937 | 0.8280 |
66
- | 0.191 | 3.0 | 12630 | 0.6742 | 0.8291 |
67
- | 0.1527 | 4.0 | 16840 | 0.7620 | 0.8211 |
68
- | 0.1082 | 5.0 | 21050 | 0.8245 | 0.8234 |
69
 
70
 
71
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8486238532110092
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.6025
33
+ - Accuracy: 0.8486
34
 
35
  ## Model description
36
 
 
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
+ - learning_rate: 4.9121586874695155e-05
53
+ - train_batch_size: 32
54
  - eval_batch_size: 16
55
+ - seed: 8
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
+ - num_epochs: 4
59
 
60
  ### Training results
61
 
62
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.3415 | 1.0 | 2105 | 0.4196 | 0.8280 |
65
+ | 0.2265 | 2.0 | 4210 | 0.4924 | 0.8211 |
66
+ | 0.1439 | 3.0 | 6315 | 0.5726 | 0.8337 |
67
+ | 0.0974 | 4.0 | 8420 | 0.6025 | 0.8486 |
 
68
 
69
 
70
  ### Framework versions