juliensimon HF staff commited on
Commit
e90c3b9
1 Parent(s): 8896075

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets: juliensimon/amazon-shoe-reviews
6
  metrics:
7
  - accuracy
8
  - f1
@@ -13,16 +12,18 @@ model-index:
13
  results: []
14
  ---
15
 
16
- # distilbert-amazon-shoe-reviews
 
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on a [subset](https://huggingface.co/datasets/juliensimon/amazon-shoe-reviews) of the [Amazon US reviews](https://huggingface.co/datasets/amazon_us_reviews) dataset.
19
 
 
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.9532
22
- - Accuracy: 0.5779
23
- - F1: [0.62616119 0.46456105 0.50993865 0.55755123 0.734375 ]
24
- - Precision: [0.62757927 0.46676662 0.49148534 0.58430541 0.72415507]
25
- - Recall: [0.6247495 0.46237624 0.52983172 0.53313982 0.74488753]
26
 
27
  ## Model description
28
 
@@ -48,17 +49,18 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - num_epochs: 1
 
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
56
- | 0.9713 | 1.0 | 2813 | 0.9532 | 0.5779 | [0.62616119 0.46456105 0.50993865 0.55755123 0.734375 ] | [0.62757927 0.46676662 0.49148534 0.58430541 0.72415507] | [0.6247495 0.46237624 0.52983172 0.53313982 0.74488753] |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.20.1
62
- - Pytorch 1.12.0+cu102
63
- - Datasets 2.3.2
64
- - Tokenizers 0.12.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
5
  metrics:
6
  - accuracy
7
  - f1
 
12
  results: []
13
  ---
14
 
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # distilbert-amazon-shoe-reviews
19
 
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.9546
23
+ - Accuracy: 0.5788
24
+ - F1: [0.62939855 0.4656164 0.50839092 0.5594581 0.73356926]
25
+ - Precision: [0.62705122 0.47043962 0.49258728 0.58103179 0.7255 ]
26
+ - Recall: [0.63176353 0.46089109 0.52524222 0.53942912 0.74182004]
27
 
28
  ## Model description
29
 
 
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - num_epochs: 1
52
+ - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
58
+ | 0.9611 | 1.0 | 2813 | 0.9546 | 0.5788 | [0.62939855 0.4656164 0.50839092 0.5594581 0.73356926] | [0.62705122 0.47043962 0.49258728 0.58103179 0.7255 ] | [0.63176353 0.46089109 0.52524222 0.53942912 0.74182004] |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.28.1
64
+ - Pytorch 2.0.0+cu117
65
+ - Datasets 2.12.0
66
+ - Tokenizers 0.13.3