broccoli-ml 0.4.1__tar.gz → 0.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: broccoli-ml
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -81,7 +81,7 @@ class DCTEncoder(nn.Module):
81
81
  transformer_layers=7,
82
82
  transformer_heads=4,
83
83
  transformer_mlp_ratio=2,
84
- transformer_bos_tokens=4,
84
+ transformer_bos_tokens=0,
85
85
  transformer_activation: nn.Module = SquaredReLU,
86
86
  transformer_activation_kwargs: Optional[dict] = None,
87
87
  mlp_dropout=0.0,
@@ -322,7 +322,7 @@ class DCT(nn.Module):
322
322
  transformer_layers=7,
323
323
  transformer_heads=4,
324
324
  transformer_mlp_ratio=2,
325
- transformer_bos_tokens=4,
325
+ transformer_bos_tokens=0,
326
326
  transformer_activation: nn.Module = SquaredReLU,
327
327
  transformer_activation_kwargs: Optional[dict] = None,
328
328
  mlp_dropout=0.0,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "broccoli-ml"
3
- version = "0.4.1"
3
+ version = "0.4.2"
4
4
  description = "Some useful Pytorch models, circa 2025"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes
File without changes