gokuls commited on
Commit
f90b5c8
1 Parent(s): 25825e5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -21
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 7.2742
19
- - Accuracy: 0.0465
20
 
21
  ## Model description
22
 
@@ -35,9 +35,9 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.001
39
- - train_batch_size: 64
40
- - eval_batch_size: 64
41
  - seed: 10
42
  - distributed_type: multi-GPU
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -49,22 +49,17 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
- | 7.2752 | 0.11 | 10000 | 7.2772 | 0.0466 |
53
- | 7.2774 | 0.22 | 20000 | 7.2771 | 0.0428 |
54
- | 7.2722 | 0.33 | 30000 | 7.2669 | 0.0429 |
55
- | 7.27 | 0.44 | 40000 | 7.2685 | 0.0466 |
56
- | 7.2687 | 0.55 | 50000 | 7.2724 | 0.0466 |
57
- | 7.2724 | 0.66 | 60000 | 7.2716 | 0.0465 |
58
- | 7.2689 | 0.76 | 70000 | 7.2689 | 0.0465 |
59
- | 7.268 | 0.87 | 80000 | 7.2708 | 0.0465 |
60
- | 7.2723 | 0.98 | 90000 | 7.2711 | 0.0465 |
61
- | 7.2724 | 1.09 | 100000 | 7.2714 | 0.0429 |
62
- | 7.2761 | 1.2 | 110000 | 7.2723 | 0.0465 |
63
- | 7.2694 | 1.31 | 120000 | 7.2685 | 0.0465 |
64
- | 7.2671 | 1.42 | 130000 | 7.2728 | 0.0466 |
65
- | 7.2664 | 1.53 | 140000 | 7.2714 | 0.0465 |
66
- | 7.2671 | 1.64 | 150000 | 7.2707 | 0.0465 |
67
- | 7.2663 | 1.75 | 160000 | 7.2742 | 0.0465 |
68
 
69
 
70
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 5.5272
19
+ - Accuracy: 0.1983
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 48
40
+ - eval_batch_size: 48
41
  - seed: 10
42
  - distributed_type: multi-GPU
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
+ | 6.5761 | 0.08 | 10000 | 6.5404 | 0.1269 |
53
+ | 6.3286 | 0.16 | 20000 | 6.3053 | 0.1409 |
54
+ | 6.2283 | 0.25 | 30000 | 6.2131 | 0.1449 |
55
+ | 6.1756 | 0.33 | 40000 | 6.1536 | 0.1478 |
56
+ | 6.1292 | 0.41 | 50000 | 6.1186 | 0.1487 |
57
+ | 6.1008 | 0.49 | 60000 | 6.0845 | 0.1494 |
58
+ | 6.0718 | 0.57 | 70000 | 6.0606 | 0.1504 |
59
+ | 5.9008 | 0.66 | 80000 | 5.8655 | 0.1578 |
60
+ | 5.797 | 0.74 | 90000 | 5.7561 | 0.1695 |
61
+ | 5.6959 | 0.82 | 100000 | 5.6441 | 0.1832 |
62
+ | 5.5955 | 0.9 | 110000 | 5.5272 | 0.1983 |
 
 
 
 
 
63
 
64
 
65
  ### Framework versions