Model save
Browse files- README.md +8 -23
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,29 +1,14 @@
|
|
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 |
model-index:
|
14 |
- name: bert-base-uncased-finetuned-sst2
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Text Classification
|
18 |
-
type: text-classification
|
19 |
-
dataset:
|
20 |
-
name: GLUE SST2
|
21 |
-
type: glue
|
22 |
-
args: sst2
|
23 |
-
metrics:
|
24 |
-
- name: Accuracy
|
25 |
-
type: accuracy
|
26 |
-
value: 0.926605504587156
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# bert-base-uncased-finetuned-sst2
|
33 |
|
34 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.3198
|
37 |
- Accuracy: 0.9266
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -63,11 +48,11 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
67 |
-
|
68 |
-
| 0.221 | 1.0 | 4210 | 0.
|
69 |
-
| 0.1201 | 2.0 | 8420 | 0.
|
70 |
-
| 0.0746 | 3.0 | 12630 | 0.
|
71 |
|
72 |
|
73 |
### 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 |
model-index:
|
10 |
- name: bert-base-uncased-finetuned-sst2
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# bert-base-uncased-finetuned-sst2
|
18 |
|
19 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
|
|
21 |
- Accuracy: 0.9266
|
22 |
+
- Loss: 0.3198
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:-----:|:--------:|:---------------:|
|
53 |
+
| 0.221 | 1.0 | 4210 | 0.9255 | 0.2489 |
|
54 |
+
| 0.1201 | 2.0 | 8420 | 0.9140 | 0.2933 |
|
55 |
+
| 0.0746 | 3.0 | 12630 | 0.9266 | 0.3198 |
|
56 |
|
57 |
|
58 |
### 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:f185b5be68619b93d77a0300b224be879a694228dd6e42734f48a1a0c708cff4
|
3 |
size 5176
|