Upload TFBertForSequenceClassification
Browse files
README.md
CHANGED
@@ -4,22 +4,18 @@ base_model: bert-base-uncased
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
#
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
|
19 |
-
- Train Accuracy: 0.9673
|
20 |
-
- Validation Loss: 0.4091
|
21 |
-
- Validation Accuracy: 0.875
|
22 |
-
- Epoch: 2
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -43,11 +39,6 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
-
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
-
| 0.5592 | 0.7268 | 0.3760 | 0.8554 | 0 |
|
49 |
-
| 0.2979 | 0.8754 | 0.3127 | 0.8578 | 1 |
|
50 |
-
| 0.0886 | 0.9673 | 0.4091 | 0.875 | 2 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
+
- name: my-first-model-bert-base-uncased-attempt2
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# my-first-model-bert-base-uncased-attempt2
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
39 |
|
40 |
### Training results
|
41 |
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
### Framework versions
|