VitaliiVrublevskyi
commited on
Commit
•
dca8674
1
Parent(s):
8a3a1d4
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- glue
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: squeezebert-mnli-headless-finetuned-mrpc
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: glue
|
17 |
+
type: glue
|
18 |
+
config: mrpc
|
19 |
+
split: validation
|
20 |
+
args: mrpc
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.8823529411764706
|
25 |
+
- name: F1
|
26 |
+
type: f1
|
27 |
+
value: 0.9136690647482014
|
28 |
+
---
|
29 |
+
|
30 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
+
should probably proofread and complete it, then remove this comment. -->
|
32 |
+
|
33 |
+
# squeezebert-mnli-headless-finetuned-mrpc
|
34 |
+
|
35 |
+
This model is a fine-tuned version of [squeezebert/squeezebert-mnli-headless](https://huggingface.co/squeezebert/squeezebert-mnli-headless) on the glue dataset.
|
36 |
+
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.3142
|
38 |
+
- Accuracy: 0.8824
|
39 |
+
- F1: 0.9137
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 2e-05
|
59 |
+
- train_batch_size: 32
|
60 |
+
- eval_batch_size: 32
|
61 |
+
- seed: 73
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 5
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
70 |
+
| No log | 1.0 | 115 | 0.4461 | 0.8162 | 0.8705 |
|
71 |
+
| No log | 2.0 | 230 | 0.3844 | 0.8407 | 0.8866 |
|
72 |
+
| No log | 3.0 | 345 | 0.3181 | 0.8848 | 0.9156 |
|
73 |
+
| No log | 4.0 | 460 | 0.3159 | 0.8775 | 0.9091 |
|
74 |
+
| 0.3723 | 5.0 | 575 | 0.3142 | 0.8824 | 0.9137 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.28.0
|
80 |
+
- Pytorch 2.0.1+cu118
|
81 |
+
- Datasets 2.14.5
|
82 |
+
- Tokenizers 0.13.3
|