gchhablani commited on
Commit
34219a7
1 Parent(s): ea22331

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "FNetForPreTraining"
4
  ],
@@ -18,6 +19,8 @@
18
  "tpu_short_seq_length": 512,
19
  "transformers_version": "4.10.0.dev0",
20
  "type_vocab_size": 4,
 
 
21
  "use_tpu_fourier_optimizations": false,
22
  "vocab_size": 32000
23
  }
1
  {
2
+ "actual_seq_length": 512,
3
  "architectures": [
4
  "FNetForPreTraining"
5
  ],
19
  "tpu_short_seq_length": 512,
20
  "transformers_version": "4.10.0.dev0",
21
  "type_vocab_size": 4,
22
+ "use_latest": false,
23
+ "use_fft": true,
24
  "use_tpu_fourier_optimizations": false,
25
  "vocab_size": 32000
26
  }