DeCLUTR icon indicating copy to clipboard operation
DeCLUTR copied to clipboard

The corresponding code from our paper "DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations". Do not hesitate to open an issue if you run into any trouble!

Results 8 DeCLUTR issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Currently, the dataset reader will shuffle the dataset during every epoch. In order to do this, it reads the entire dataset into memory, shuffles it, then yields instances one-by-one. This...

enhancement

The pretrained models do not load properly with `allennlp>=1.2.0`. The error reported is: ``` RuntimeError: Error loading state dict for DeCLUTR Missing keys: [] Unexpected keys: ['_text_field_embedder.token_embedder_tokens.transformer_model.roberta.pooler.dense.weight', '_text_field_embedder.token_embedder_tokens.transformer_model.roberta.pooler.dense.bias'] ``` For...

On the latest pre-release of AllenNLP, there is no longer a progress bar indicating the remaining training time. Figure out why!

invalid

Great work. I saw in another issue there had been plans to migrate to later versions of allennlp? I have actually got a version of this DeCLUTR code working with...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.6.0. Release notes Sourced from actions/setup-python's releases. Add allow-prereleases input In scope of this release we added a new input (allow-prereleases) to allow falling back...

dependencies
github_actions

Looks like python3.6 is no longer supported by GitHub actions. Drop it from the build config and add python3.9 in its place.

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...