GUOKP commited on
Commit
7ef2726
1 Parent(s): e1c8537

Update config.json

Browse files

remove `"xla_device": true` to remove warning.

Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -21,6 +21,5 @@
21
  "num_hidden_layers": 12,
22
  "pad_token_id": 1,
23
  "type_vocab_size": 1,
24
- "vocab_size": 50265,
25
- "xla_device": true
26
  }
 
21
  "num_hidden_layers": 12,
22
  "pad_token_id": 1,
23
  "type_vocab_size": 1,
24
+ "vocab_size": 50265
 
25
  }