Samuel Cahyawijaya
commited on
Commit
•
b9d829c
1
Parent(s):
ce7afed
update model checkpoint
Browse files- config.json +4 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"activation_function": "gelu",
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": false,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.1,
|
10 |
"bos_token_id": 0,
|
@@ -66,8 +67,8 @@
|
|
66 |
"num_beams": 6
|
67 |
}
|
68 |
},
|
69 |
-
"
|
|
|
70 |
"use_cache": true,
|
71 |
-
"tokenizer_class": "IndoNLGTokenizer",
|
72 |
"vocab_size": 40004
|
73 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bart-base",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": false,
|
7 |
"architectures": [
|
8 |
+
"MBartForConditionalGeneration"
|
9 |
],
|
10 |
"attention_dropout": 0.1,
|
11 |
"bos_token_id": 0,
|
|
|
67 |
"num_beams": 6
|
68 |
}
|
69 |
},
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.5.1",
|
72 |
"use_cache": true,
|
|
|
73 |
"vocab_size": 40004
|
74 |
}
|
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:fcad41224c62bf420b9a03dc573fb01fcf73318c1799284b9a65f5e8a5810463
|
3 |
+
size 526426289
|