Commit ·
6faa773
1
Parent(s): f6fcab2
Truncate layer_types to match num_hidden_layers (#2)
Browse files- Truncate layer_types to match num_hidden_layers (62cb1c3a2b414c2205da6df4e83f84e9a1920913)
Co-authored-by: Alexander Miller <alex-miller-gov@users.noreply.huggingface.co>
- config.json +0 -20
config.json
CHANGED
|
@@ -13,26 +13,6 @@
|
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 2048,
|
| 15 |
"layer_types": [
|
| 16 |
-
"full_attention",
|
| 17 |
-
"full_attention",
|
| 18 |
-
"full_attention",
|
| 19 |
-
"full_attention",
|
| 20 |
-
"full_attention",
|
| 21 |
-
"full_attention",
|
| 22 |
-
"full_attention",
|
| 23 |
-
"full_attention",
|
| 24 |
-
"full_attention",
|
| 25 |
-
"full_attention",
|
| 26 |
-
"full_attention",
|
| 27 |
-
"full_attention",
|
| 28 |
-
"full_attention",
|
| 29 |
-
"full_attention",
|
| 30 |
-
"full_attention",
|
| 31 |
-
"full_attention",
|
| 32 |
-
"full_attention",
|
| 33 |
-
"full_attention",
|
| 34 |
-
"full_attention",
|
| 35 |
-
"full_attention",
|
| 36 |
"full_attention",
|
| 37 |
"full_attention",
|
| 38 |
"full_attention",
|
|
|
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 2048,
|
| 15 |
"layer_types": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"full_attention",
|
| 17 |
"full_attention",
|
| 18 |
"full_attention",
|