tf-models-nightly 2.18.0.dev20240724__py2.py3-none-any.whl → 2.18.0.dev20240725__py2.py3-none-any.whl
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.
- official/nlp/modeling/layers/gated_feedforward.py +1 -1
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/METADATA +1 -1
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/RECORD +7 -7
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/AUTHORS +0 -0
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/LICENSE +0 -0
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/WHEEL +0 -0
- {tf_models_nightly-2.18.0.dev20240724.dist-info → tf_models_nightly-2.18.0.dev20240725.dist-info}/top_level.txt +0 -0
@@ -37,7 +37,7 @@ class GatedFeedforward(tf_keras.layers.Layer):
|
|
37
37
|
dropout: Dropout probability for the output dropout.
|
38
38
|
use_gate: Whether to use gated linear units. If True, assuming `GELU` as the
|
39
39
|
activation and omitting bias, will apply
|
40
|
-
`GEGLU(x, W, V, W_2) = (
|
40
|
+
`GEGLU(x, W, V, W_2) = (GELU(xW) * xV)W2`; if False, will follow
|
41
41
|
"Attention Is All You Need" (https://arxiv.org/abs/1706.03762) paper and
|
42
42
|
apply `FFN(x, W, W_2) = GELU(xW_1)W_2.`
|
43
43
|
num_blocks: The number of feedforward blocks to stack. Each block contains a
|
@@ -311,7 +311,7 @@ official/nlp/modeling/layers/cls_head.py,sha256=0X_gdjnAt6TZVrH_xkDcQCpwLuVz5Pb7
|
|
311
311
|
official/nlp/modeling/layers/cls_head_test.py,sha256=01oMmiuyp1lDEXBYa9r3krn6BtH-QuSedGOca9LViEc,8888
|
312
312
|
official/nlp/modeling/layers/factorized_embedding.py,sha256=4oFRYJbpoaSxqv8hTWY2JPGPllp-zhniz99IyRtlzV8,2902
|
313
313
|
official/nlp/modeling/layers/factorized_embedding_test.py,sha256=S-fAkhU8j1N5E1_W9kiC0C3WcXsIDLC3Oi7t3I_LMTc,2589
|
314
|
-
official/nlp/modeling/layers/gated_feedforward.py,sha256=
|
314
|
+
official/nlp/modeling/layers/gated_feedforward.py,sha256=z-zhkyHGnaq3Tl5u58qK9teJ2FpHXO_XDFbEIWGokQc,9690
|
315
315
|
official/nlp/modeling/layers/gated_feedforward_test.py,sha256=v-ZFliRi4s-6TroKi2Kc4zrcWO1rYGJwBxwHtiqh19w,4494
|
316
316
|
official/nlp/modeling/layers/gaussian_process.py,sha256=YFzBuxdR1xWLEPNYbi40pDq1WYXJsacpisCNtVhX_7o,20450
|
317
317
|
official/nlp/modeling/layers/gaussian_process_test.py,sha256=2ReFEBVdNcR175hNGP-xkDSHSgIH9yuE0rgl3HeFKv4,10101
|
@@ -1212,9 +1212,9 @@ tensorflow_models/tensorflow_models_test.py,sha256=nc6A9K53OGqF25xN5St8EiWvdVbda
|
|
1212
1212
|
tensorflow_models/nlp/__init__.py,sha256=4tA5Pf4qaFwT-fIFOpX7x7FHJpnyJT-5UgOeFYTyMlc,807
|
1213
1213
|
tensorflow_models/uplift/__init__.py,sha256=mqfa55gweOdpKoaQyid4A_4u7xw__FcQeSIF0k_pYmI,999
|
1214
1214
|
tensorflow_models/vision/__init__.py,sha256=zBorY_v5xva1uI-qxhZO3Qh-Dii-Suq6wEYh6hKHDfc,833
|
1215
|
-
tf_models_nightly-2.18.0.
|
1216
|
-
tf_models_nightly-2.18.0.
|
1217
|
-
tf_models_nightly-2.18.0.
|
1218
|
-
tf_models_nightly-2.18.0.
|
1219
|
-
tf_models_nightly-2.18.0.
|
1220
|
-
tf_models_nightly-2.18.0.
|
1215
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/AUTHORS,sha256=1dG3fXVu9jlo7bul8xuix5F5vOnczMk7_yWn4y70uw0,337
|
1216
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/LICENSE,sha256=WxeBS_DejPZQabxtfMOM_xn8qoZNJDQjrT7z2wG1I4U,11512
|
1217
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/METADATA,sha256=njHThxSzul_8zELM_TrLEisykhEWGWkbxZb1ppwALmI,1432
|
1218
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
1219
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/top_level.txt,sha256=gum2FfO5R4cvjl2-QtP-S1aNmsvIZaFFT6VFzU0f4-g,33
|
1220
|
+
tf_models_nightly-2.18.0.dev20240725.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|