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 |
-
[](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 |
[](https://www.python.org/downloads/release/python-395/)
|
36 |
-
[](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 |
+
[](https://github.com/voidism/DiffCSE/)
|
7 |
|
8 |
[](https://colab.research.google.com/github/voidism/DiffCSE/blob/master/diffcse_evaluation.ipynb)
|
9 |
|
|
|
33 |
## Setups
|
34 |
|
35 |
[](https://www.python.org/downloads/release/python-395/)
|
|
|
36 |
|
37 |
### Requirements
|
38 |
* Python 3.9.5
|