Julien Simon
commited on
Commit
•
e11edc9
1
Parent(s):
43f2cac
update model card README.md
Browse files
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.
|
36 |
-
- Accuracy: 0.
|
37 |
-
- F1: [0.
|
38 |
-
- Precision: [0.
|
39 |
-
- Recall: [0.
|
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.
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
-
- Transformers 4.
|
76 |
-
- Pytorch 1.
|
77 |
-
- Datasets 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
|