Skip to content

asparius/UNSEE

Repository files navigation

Install dependencies and then build the library

pip install -r requirements.txt
pip install -e .

Training

python train.py

Model Weights

You can access model weights from Hugging Face.

Running MTEB

Running STS benchmark in MTEB for VICReg.

python run_mteb_english.py

BibTex Citation

Please cite the following works if you use this repository.

@misc{çağatan2024unsee,
      title={UNSEE: Unsupervised Non-contrastive Sentence Embeddings}, 
      author={Ömer Veysel Çağatan},
      year={2024},
      eprint={2401.15316},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}


Acknowledgements

Repository is adapted from the repo of the ACL 21 paper Bootstrapped Unsupervised Sentence Representation Learning

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages