Training in progress epoch 0
Browse files- README.md +5 -9
- config.json +3 -5
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
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 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,11 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
|
|
48 |
-
| 1.0214 | 0.9784 | 0.7857 | 1 |
|
49 |
-
| 0.9908 | 0.8723 | 0.8571 | 2 |
|
50 |
-
| 0.9167 | 0.8421 | 0.9286 | 3 |
|
51 |
-
| 0.8893 | 0.8320 | 0.9286 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
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 |
+
- Train Loss: 0.7101
|
19 |
+
- Validation Loss: 0.6549
|
20 |
+
- Train Accuracy: 0.7059
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.7101 | 0.6549 | 0.7059 | 0 |
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -10,16 +10,14 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "\
|
14 |
-
"1": "\u6ce8\u518c"
|
15 |
-
"2": "\u540e\u53f0\u767b\u5f55"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"\u540e\u53f0\u767b\u5f55": 2,
|
21 |
"\u6ce8\u518c": 1,
|
22 |
-
"\
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "\u767b\u5f55",
|
14 |
+
"1": "\u6ce8\u518c"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
|
|
19 |
"\u6ce8\u518c": 1,
|
20 |
+
"\u767b\u5f55": 0
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"max_position_embeddings": 512,
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8a7792d000abcbb9f062db08dbfe4f5ede0b4090eda928a1185f4094ab60fd7
|
3 |
+
size 438223128
|