update model card README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
7 |
model-index:
|
8 |
- name: product_classifier
|
9 |
results: []
|
@@ -16,8 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -46,9 +51,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
-
|
51 |
-
| 0.
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
model-index:
|
10 |
- name: product_classifier
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6760
|
22 |
+
- Accuracy: {'accuracy': 0.80125}
|
23 |
+
- Precision: {'precision': 0.785989926719994}
|
24 |
+
- Recall: {'recall': 0.7755906520102293}
|
25 |
+
- F1 Score: {'f1': 0.7704315421053631}
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----------------------:|:---------------------------------:|:------------------------------:|:-------------------------:|
|
56 |
+
| 0.9575 | 1.0 | 3200 | 0.6832 | {'accuracy': 0.7978125} | {'precision': 0.7851098622896849} | {'recall': 0.7737991362724596} | {'f1': 0.771520016712035} |
|
57 |
|
58 |
|
59 |
### Framework versions
|