Chemsseddine commited on
Commit
d9f43f2
1 Parent(s): 35db267

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "EncoderDecoderModel"
5
  ],
6
  "decoder": {
7
- "_name_or_path": "cahya/gpt2-small-indonesian-522M",
8
  "activation_function": "gelu_new",
9
  "add_cross_attention": true,
10
  "architectures": [
@@ -90,7 +90,7 @@
90
  "decoder_start_token_id": 3,
91
  "early_stopping": true,
92
  "encoder": {
93
- "_name_or_path": "cahya/bert-base-indonesian-1.5G",
94
  "add_cross_attention": false,
95
  "architectures": [
96
  "BertForMaskedLM"
 
4
  "EncoderDecoderModel"
5
  ],
6
  "decoder": {
7
+ "_name_or_path": "gpt2",
8
  "activation_function": "gelu_new",
9
  "add_cross_attention": true,
10
  "architectures": [
 
90
  "decoder_start_token_id": 3,
91
  "early_stopping": true,
92
  "encoder": {
93
+ "_name_or_path": "bert-base-uncased",
94
  "add_cross_attention": false,
95
  "architectures": [
96
  "BertForMaskedLM"