pdelobelle commited on
Commit
3679dcb
1 Parent(s): fa911f0

Added pipeline type

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
  "attention_probs_dropout_prob": 0.1,
 
 
 
3
  "bos_token_id": 0,
4
  "eos_token_id": 2,
5
  "gradient_checkpointing": false,
1
  {
2
  "attention_probs_dropout_prob": 0.1,
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
  "bos_token_id": 0,
7
  "eos_token_id": 2,
8
  "gradient_checkpointing": false,