system HF staff commited on
Commit
64f37da
1 Parent(s): 0e87695

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "activation_dropout": 0.1,
3
  "activation_function": "gelu",
4
  "architectures": [
5
- "ProphetNetForConditionalGeneration"
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 2,
@@ -30,7 +30,7 @@
30
  },
31
  "max_length": 512,
32
  "max_position_embeddings": 512,
33
- "model_type": "prophetnet",
34
  "ngram": 2,
35
  "num_buckets": 32,
36
  "num_decoder_attention_heads": 16,
@@ -50,4 +50,4 @@
50
  }
51
  },
52
  "vocab_size": 250012
53
- }
2
  "activation_dropout": 0.1,
3
  "activation_function": "gelu",
4
  "architectures": [
5
+ "XLMProphetNetForConditionalGeneration"
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 2,
30
  },
31
  "max_length": 512,
32
  "max_position_embeddings": 512,
33
+ "model_type": "xlm-prophetnet",
34
  "ngram": 2,
35
  "num_buckets": 32,
36
  "num_decoder_attention_heads": 16,
50
  }
51
  },
52
  "vocab_size": 250012
53
+ }