Skip to content

Commit 235f89e

Browse files
author
Tianyu Gao
committed
update setup
1 parent 8ab1e5b commit 235f89e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Wait a minute! The authors are working day and night 💪, to make the code and
1111
We anticipate the code will be out * **in one week** *. -->
1212

1313
<!-- * 4/26: SimCSE is now on [Gradio Web Demo](https://gradio.app/g/AK391/SimCSE) (Thanks [@AK391](https://github.com/AK391)!). Try it out! -->
14+
* 5/12: We updated our [unsupervised models](#model-list) with new hyperparameters and better performance.
1415
* 5/10: We released our [sentence embedding tool](#getting-started) and [demo code](./demo).
1516
* 4/23: We released our [training code](#training).
1617
* 4/20: We released our [model checkpoints](#use-our-models-out-of-the-box) and [evaluation code](#evaluation).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
setup(
88
name='simcse',
99
packages=['simcse'],
10-
version='0.3',
10+
version='0.4',
1111
license='MIT',
1212
description='A sentence embedding tool based on SimCSE',
1313
author='Tianyu Gao, Xingcheng Yao, Danqi Chen',
1414
author_email='[email protected]',
1515
url='https://github.com/princeton-nlp/SimCSE',
16-
download_url='https://github.com/princeton-nlp/SimCSE/archive/refs/tags/0.3.tar.gz',
16+
download_url='https://github.com/princeton-nlp/SimCSE/archive/refs/tags/0.4.tar.gz',
1717
keywords=['sentence', 'embedding', 'simcse', 'nlp'],
1818
install_requires=[
1919
"tqdm",

0 commit comments

Comments
 (0)