gchhablani
commited on
Commit
•
7753dca
1
Parent(s):
d8d6aed
Update config.json
Browse files- 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 |
}
|