Commit
·
8bc2bb3
1
Parent(s):
5eb9079
add model
Browse files- README.md +7 -7
- config.json +0 -10
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -13,10 +13,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 0.
|
17 |
-
- Train Accuracy: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Validation Accuracy: 0.
|
20 |
- Epoch: 2
|
21 |
|
22 |
## Model description
|
@@ -43,9 +43,9 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
45 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 0.1277
|
17 |
+
- Train Accuracy: 0.9550
|
18 |
+
- Validation Loss: 0.3439
|
19 |
+
- Validation Accuracy: 0.8905
|
20 |
- Epoch: 2
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
45 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
46 |
+
| 0.3195 | 0.8712 | 0.3454 | 0.8580 | 0 |
|
47 |
+
| 0.1774 | 0.9358 | 0.3258 | 0.8802 | 1 |
|
48 |
+
| 0.1277 | 0.9550 | 0.3439 | 0.8905 | 2 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
config.json
CHANGED
@@ -9,18 +9,8 @@
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
-
"id2label": {
|
13 |
-
"0": "LABEL_0",
|
14 |
-
"1": "LABEL_1",
|
15 |
-
"2": "LABEL_2"
|
16 |
-
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
-
"label2id": {
|
20 |
-
"LABEL_0": 0,
|
21 |
-
"LABEL_1": 1,
|
22 |
-
"LABEL_2": 2
|
23 |
-
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
26 |
"model_type": "bert",
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
14 |
"layer_norm_eps": 1e-12,
|
15 |
"max_position_embeddings": 512,
|
16 |
"model_type": "bert",
|
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:81c4cb340a7d3f1b82fd35b49376bfe9cf29be88d97c0497da57aef6bc6acfbd
|
3 |
+
size 439697752
|