nikitakapitan
commited on
Commit
•
8edb24a
1
Parent(s):
30e7ad0
End of training
Browse files- README.md +35 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -5,9 +5,30 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- clinc_oos
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-finetuned-clinc_oos
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +37,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# distilbert-base-uncased-finetuned-clinc_oos
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -42,6 +67,15 @@ The following hyperparameters were used during training:
|
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 3
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.33.1
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- clinc_oos
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: distilbert-base-uncased-finetuned-clinc_oos
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: clinc_oos
|
19 |
+
type: clinc_oos
|
20 |
+
config: plus
|
21 |
+
split: validation
|
22 |
+
args: plus
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value:
|
27 |
+
accuracy: 0.9248387096774193
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value:
|
31 |
+
f1: 0.924017622321749
|
32 |
---
|
33 |
|
34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
37 |
# distilbert-base-uncased-finetuned-clinc_oos
|
38 |
|
39 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
40 |
+
It achieves the following results on the evaluation set:
|
41 |
+
- Loss: 0.6012
|
42 |
+
- Accuracy: {'accuracy': 0.9248387096774193}
|
43 |
+
- F1: {'f1': 0.924017622321749}
|
44 |
|
45 |
## Model description
|
46 |
|
|
|
67 |
- lr_scheduler_type: linear
|
68 |
- num_epochs: 3
|
69 |
|
70 |
+
### Training results
|
71 |
+
|
72 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
73 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|
|
74 |
+
| 4.3563 | 1.0 | 954 | 2.0254 | {'accuracy': 0.8274193548387097} | {'f1': 0.8157244857086648} |
|
75 |
+
| 1.5387 | 2.0 | 1908 | 0.8120 | {'accuracy': 0.9129032258064517} | {'f1': 0.9118433401777696} |
|
76 |
+
| 0.6711 | 3.0 | 2862 | 0.6012 | {'accuracy': 0.9248387096774193} | {'f1': 0.924017622321749} |
|
77 |
+
|
78 |
+
|
79 |
### Framework versions
|
80 |
|
81 |
- Transformers 4.33.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268313837
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a339cf26ef01922d7442294b9356787c9be7fa2a95e1bdfdb052c570598e6c0d
|
3 |
size 268313837
|