End of training
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
@@ -15,7 +15,7 @@
|
|
15 |
"intermediate_size": 3072,
|
16 |
"layer_norm_eps": 1e-12,
|
17 |
"max_position_embeddings": 512,
|
18 |
-
"model_type": "
|
19 |
"num_attention_head": 12,
|
20 |
"num_attention_heads": 12,
|
21 |
"num_hidden_layers": 12,
|
|
|
1 |
{
|
2 |
"_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
|
3 |
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
15 |
"intermediate_size": 3072,
|
16 |
"layer_norm_eps": 1e-12,
|
17 |
"max_position_embeddings": 512,
|
18 |
+
"model_type": "bert",
|
19 |
"num_attention_head": 12,
|
20 |
"num_attention_heads": 12,
|
21 |
"num_hidden_layers": 12,
|
pytorch_model.bin
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:54319c3c5f182ac753d64ac4e2f49e4768f402473d47cbbe76972d898407bab2
|
3 |
+
size 445293041
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1374ec99e861a2dbef3e91b275e334cbb825d759dea6c741db8516545a081a7
|
3 |
size 2991
|