update README
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
# DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings
|
5 |
|
6 |
-
[![
|
7 |
|
8 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/voidism/DiffCSE/blob/master/diffcse_evaluation.ipynb)
|
9 |
|
@@ -33,7 +33,6 @@ We propose DiffCSE, an unsupervised contrastive learning framework for learning
|
|
33 |
## Setups
|
34 |
|
35 |
[![Python](https://img.shields.io/badge/python-3.9.5-blue?logo=python&logoColor=FED643)](https://www.python.org/downloads/release/python-395/)
|
36 |
-
[![Pytorch](https://img.shields.io/badge/pytorch-1.7.1-red?logo=pytorch)](https://pytorch.org/get-started/previous-versions/)
|
37 |
|
38 |
### Requirements
|
39 |
* Python 3.9.5
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings
|
5 |
|
6 |
+
[![GitHub Stars](https://img.shields.io/github/stars/voidism/DiffCSE?style=social)](https://github.com/voidism/DiffCSE/)
|
7 |
|
8 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/voidism/DiffCSE/blob/master/diffcse_evaluation.ipynb)
|
9 |
|
|
|
33 |
## Setups
|
34 |
|
35 |
[![Python](https://img.shields.io/badge/python-3.9.5-blue?logo=python&logoColor=FED643)](https://www.python.org/downloads/release/python-395/)
|
|
|
36 |
|
37 |
### Requirements
|
38 |
* Python 3.9.5
|