Model save
Browse files- README.md +9 -27
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,33 +1,15 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- en
|
5 |
license: apache-2.0
|
6 |
base_model: bert-base-uncased
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
-
datasets:
|
10 |
-
- glue
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
- f1
|
14 |
model-index:
|
15 |
- name: bert-base-cased-finetuned-sst2
|
16 |
-
results:
|
17 |
-
- task:
|
18 |
-
name: Text Classification
|
19 |
-
type: text-classification
|
20 |
-
dataset:
|
21 |
-
name: GLUE QQP
|
22 |
-
type: glue
|
23 |
-
args: qqp
|
24 |
-
metrics:
|
25 |
-
- name: Accuracy
|
26 |
-
type: accuracy
|
27 |
-
value: 0.9109077417759089
|
28 |
-
- name: F1
|
29 |
-
type: f1
|
30 |
-
value: 0.8798772760621624
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
# bert-base-cased-finetuned-sst2
|
37 |
|
38 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
39 |
It achieves the following results on the evaluation set:
|
40 |
-
- Loss: 0.3585
|
41 |
- Accuracy: 0.9109
|
42 |
-
- F1: 0.8799
|
43 |
- Combined Score: 0.8954
|
|
|
|
|
44 |
|
45 |
## Model description
|
46 |
|
@@ -69,11 +51,11 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
-
| Training Loss | Epoch | Step |
|
73 |
-
|
74 |
-
| 0.2948 | 1.0 | 22741 | 0.
|
75 |
-
| 0.1923 | 2.0 | 45482 | 0.
|
76 |
-
| 0.1339 | 3.0 | 68223 | 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: bert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
- name: bert-base-cased-finetuned-sst2
|
12 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
# bert-base-cased-finetuned-sst2
|
19 |
|
20 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
|
|
22 |
- Accuracy: 0.9109
|
|
|
23 |
- Combined Score: 0.8954
|
24 |
+
- F1: 0.8799
|
25 |
+
- Loss: 0.3585
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Accuracy | Combined Score | F1 | Validation Loss |
|
55 |
+
|:-------------:|:-----:|:-----:|:--------:|:--------------:|:------:|:---------------:|
|
56 |
+
| 0.2948 | 1.0 | 22741 | 0.9005 | 0.8834 | 0.8664 | 0.2470 |
|
57 |
+
| 0.1923 | 2.0 | 45482 | 0.9049 | 0.8884 | 0.8720 | 0.2723 |
|
58 |
+
| 0.1339 | 3.0 | 68223 | 0.9109 | 0.8954 | 0.8799 | 0.3585 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
config.json
CHANGED
@@ -23,7 +23,6 @@
|
|
23 |
"num_hidden_layers": 12,
|
24 |
"pad_token_id": 0,
|
25 |
"position_embedding_type": "absolute",
|
26 |
-
"problem_type": "single_label_classification",
|
27 |
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.45.0.dev0",
|
29 |
"type_vocab_size": 2,
|
|
|
23 |
"num_hidden_layers": 12,
|
24 |
"pad_token_id": 0,
|
25 |
"position_embedding_type": "absolute",
|
|
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.45.0.dev0",
|
28 |
"type_vocab_size": 2,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9dc3cd27fbb1a932455c9c5c4d7f4c4c01aee5587bcb8dcd6d81d1165913de
|
3 |
size 5176
|