lewtun HF staff commited on
Commit
5ba4285
1 Parent(s): e6d15ad

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
@@ -16,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6310
20
- - Accuracy: 0.84
21
 
22
  ## Model description
23
 
@@ -52,21 +53,21 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 0.99 | 56 | 1.9996 | 0.4 |
56
- | 2.0202 | 1.99 | 112 | 1.5102 | 0.51 |
57
- | 2.0202 | 2.99 | 168 | 1.2698 | 0.67 |
58
- | 1.289 | 3.99 | 224 | 1.0391 | 0.73 |
59
- | 1.289 | 4.99 | 280 | 0.8988 | 0.75 |
60
- | 0.8787 | 5.99 | 336 | 0.7758 | 0.82 |
61
- | 0.8787 | 6.99 | 392 | 0.6896 | 0.83 |
62
- | 0.6254 | 7.99 | 448 | 0.6936 | 0.81 |
63
- | 0.6254 | 8.99 | 504 | 0.6433 | 0.84 |
64
- | 0.4879 | 9.99 | 560 | 0.6310 | 0.84 |
65
 
66
 
67
  ### Framework versions
68
 
69
- - Transformers 4.17.0
70
- - Pytorch 1.9.0+cu102
71
- - Datasets 1.18.4
72
  - Tokenizers 0.11.6
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - hf-course
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
17
 
18
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6694
21
+ - Accuracy: 0.82
22
 
23
  ## Model description
24
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | No log | 0.99 | 56 | 1.9426 | 0.5 |
57
+ | No log | 1.99 | 112 | 1.4157 | 0.63 |
58
+ | No log | 2.99 | 168 | 1.1351 | 0.69 |
59
+ | No log | 3.99 | 224 | 1.0285 | 0.72 |
60
+ | No log | 4.99 | 280 | 0.8538 | 0.79 |
61
+ | No log | 5.99 | 336 | 0.8015 | 0.74 |
62
+ | No log | 6.99 | 392 | 0.6694 | 0.82 |
63
+ | No log | 7.99 | 448 | 0.6779 | 0.79 |
64
+ | 1.0811 | 8.99 | 504 | 0.6414 | 0.81 |
65
+ | 1.0811 | 9.99 | 560 | 0.6443 | 0.82 |
66
 
67
 
68
  ### Framework versions
69
 
70
+ - Transformers 4.24.0
71
+ - Pytorch 1.11.0
72
+ - Datasets 2.6.1
73
  - Tokenizers 0.11.6