juliensimon HF staff commited on
Commit
e11edc9
1 Parent(s): 43f2cac

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -23
README.md CHANGED
@@ -7,22 +7,9 @@ metrics:
7
  - f1
8
  - precision
9
  - recall
10
- datasets:
11
- - amazon_us_reviews
12
  model-index:
13
  - name: distilbert-amazon-shoe-reviews
14
- results:
15
- - task:
16
- type: text-classification
17
- name: Text Classification
18
- dataset:
19
- type: amazon_us_reviews
20
- name: Amazon US reviews
21
- split: Shoes
22
- metrics:
23
- - type: accuracy
24
- value: 0.6819221967963387
25
- name: Accuracy
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.9536
36
- - Accuracy: 0.5767
37
- - F1: [0.62380713 0.45806452 0.5077951 0.56106774 0.73541247]
38
- - Precision: [0.62537764 0.45920398 0.49326923 0.58508403 0.72376238]
39
- - Recall: [0.62224449 0.45693069 0.52320245 0.53894533 0.74744376]
40
 
41
  ## Model description
42
 
@@ -67,12 +54,12 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
70
- | 0.9704 | 1.0 | 2813 | 0.9536 | 0.5767 | [0.62380713 0.45806452 0.5077951 0.56106774 0.73541247] | [0.62537764 0.45920398 0.49326923 0.58508403 0.72376238] | [0.62224449 0.45693069 0.52320245 0.53894533 0.74744376] |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.19.2
76
- - Pytorch 1.11.0+cu102
77
- - Datasets 2.2.2
78
  - Tokenizers 0.12.1
 
7
  - f1
8
  - precision
9
  - recall
 
 
10
  model-index:
11
  - name: distilbert-amazon-shoe-reviews
12
+ results: []
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.9532
23
+ - Accuracy: 0.5779
24
+ - F1: [0.62616119 0.46456105 0.50993865 0.55755123 0.734375 ]
25
+ - Precision: [0.62757927 0.46676662 0.49148534 0.58430541 0.72415507]
26
+ - Recall: [0.6247495 0.46237624 0.52983172 0.53313982 0.74488753]
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
57
+ | 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] |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.20.1
63
+ - Pytorch 1.12.0+cu102
64
+ - Datasets 2.3.2
65
  - Tokenizers 0.12.1