Skip to content

Conversation

RerRayne
Copy link
Collaborator

@RerRayne RerRayne commented Jul 5, 2024

No description provided.

CLRSDev and others added 20 commits May 29, 2024 17:10
…tion_matrix_to_predecessor_pointers` methods to probing.

PiperOrigin-RevId: 638460408
…s specifications, and add a `track_max_steps` flag to the sampler. This flag will enable or disable length tracking for padding.

PiperOrigin-RevId: 638815148
… methods to convert CLRS sample into text.

PiperOrigin-RevId: 638980228
…sv with accuracy metric for Gemma 2B, Gemma 2B + RPE and Gemini Flash.

PiperOrigin-RevId: 639058968
…y handle Nones.

Due to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.

Fix user code that was relying on this bug. Most commonly, the fix is to write
`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.

PiperOrigin-RevId: 641687779
PiperOrigin-RevId: 643364870
PiperOrigin-RevId: 647327862
… instead of exactly equal sampling.

Added a use_hints field so data with and without hints can be identified per sample.
Adding huggingface generators for clrs text
PiperOrigin-RevId: 649677897
Copy link

google-cla bot commented Jul 5, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

RerRayne and others added 23 commits July 17, 2024 15:59
PiperOrigin-RevId: 653667715
…/setup-python@v4`.

Also, remove the check for consistency between the package version and release tag, as this is no longer necessary with `actions/checkout@v4`.

PiperOrigin-RevId: 653679763
PiperOrigin-RevId: 653690381
This eradicates the protobuf version conflict.

PiperOrigin-RevId: 671801866
PiperOrigin-RevId: 696161473
Introduce a truncation option in CLRS samplers, enabling users to specify the number of significant digits in float values for improved control.

PiperOrigin-RevId: 717477558
…o prevent generating samples that admit multiple valid paths.

PiperOrigin-RevId: 717531004
PiperOrigin-RevId: 720584481
The numpy cross product is vectorized, resulting in an extra dimension for the length 1 case.

PiperOrigin-RevId: 738834349
PiperOrigin-RevId: 753034846
The `train_lengths` variable was being modified in place for string matching algorithms, affecting subsequent algorithms in the loop. This change introduces `current_algo_train_lengths` to hold algorithm-specific length configurations, preventing unintended side effects. Additionally, unused return values from `make_multi_sampler` are no longer assigned.

Was reported in #169 by [@abhitopia
](https://github.com/abhitopia)

PiperOrigin-RevId: 819789548
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants