Chemsseddine commited on
Commit
438093b
1 Parent(s): 3dfa7c5

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": [
@@ -92,7 +92,7 @@
92
  "decoder_start_token_id": 3,
93
  "early_stopping": true,
94
  "encoder": {
95
- "_name_or_path": "cahya/bert-base-indonesian-1.5G",
96
  "add_cross_attention": false,
97
  "architectures": [
98
  "BertForMaskedLM"
 
4
  "EncoderDecoderModel"
5
  ],
6
  "decoder": {
7
+ "_name_or_path": "gpt2",
8
  "activation_function": "gelu_new",
9
  "add_cross_attention": true,
10
  "architectures": [
 
92
  "decoder_start_token_id": 3,
93
  "early_stopping": true,
94
  "encoder": {
95
+ "_name_or_path": "bert-base-uncased",
96
  "add_cross_attention": false,
97
  "architectures": [
98
  "BertForMaskedLM"