UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
14.83k stars 2.44k forks source link

public.ukp.informatik.tu-darmstadt.de Unreachable #403

Closed Ganners closed 4 years ago

Ganners commented 4 years ago

It looks like the server which hosts the pre-trained models (https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/v0.2/) has been unavailable for a few hours now.

nreimers commented 4 years ago

Yes, there is currently a power outage which should be fixed soon.

Several pre trained models can also be found here: https://huggingface.co/sentence-transformers

tho-clare-ai commented 4 years ago

Looking forward when the server up again

n7n7d commented 4 years ago

Can you confirm how much time it will take to repair the power outage?

nreimers commented 4 years ago

sys-admins sadly mention that this might take longer, as it looks like that the power adapter needs to be replaced.

I currently upload the models here: https://sbert.net/models/

You can download them from there, unzip and use it like this

from sentence_transformers import SentenceTransformer
model = SentenceTransformer('path/to/unzipped/distilbert-base-nli-mean-tokens')
n7n7d commented 4 years ago

sys-admins sadly mention that this might take longer, as it looks like that the power adapter needs to be replaced.

I currently upload the models here: https://sbert.net/models/

You can download them from there, unzip and use it like this

from sentence_transformers import SentenceTransformer
model = SentenceTransformer('path/to/unzipped/distilbert-base-nli-mean-tokens')

Thanks! It is working.

nreimers commented 4 years ago

I just pushed a new version (0.3.5.1) that uses the new download server.

It can be installed via:

pip install -U sentence-transformers

Not all models are up yet, but I hope the most important models are already online.

cliffordgreen commented 4 years ago

which models are available? seem to be getting error when i tried a couple. also i get permission denied when i try to download the zip

PhilipMay commented 4 years ago

Yes, there is currently a power outage which should be fixed soon.

Several pre trained models can also be found here: https://huggingface.co/sentence-transformers

And here: https://huggingface.co/T-Systems-onsite/bert-german-dbmdz-uncased-sentence-stsb ;-)

nreimers commented 4 years ago

which models are available? seem to be getting error when i tried a couple. also i get permission denied when i try to download the zip

Thanks for pointing this out. Some files did not have the right permission. I fixed that and now all the uploaded zips should be accessible.

georgenv commented 4 years ago

Hi @nreimers

Coud you, please, upload the model distiluse-base-multilingual-cased too?

Thanks in advance!

DGaffney commented 4 years ago

Ditto @georgenv - I depend on distiluse-base-multilingual-cased and our deployment is currently broken

datashinobi commented 4 years ago

Same here /reimers/sentence-transformers/v0.2/bert-base-nli-stsb-mean-tokens.zip

ankitkr3 commented 4 years ago

HI @nreimers PLEASE upload distiluse-base-multilingual-cased model too.

nreimers commented 4 years ago

Hi @ankitkr3 @DGaffney @georgenv

distiluse-base-multilingual-cased is now uploaded and can be used as before.

nandinib1999 commented 4 years ago

Hi, I am not able to download the datasets for running training_nli. I was wondering if you could upload the datasets as well?

Previous links to the dataset: https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/AllNLI.tsv.gz & https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/stsbenchmark.tsv.gz

Thanks a lot!

nreimers commented 4 years ago

Hi @nandinib1999 I am currently uploading them here: https://sbert.net/datasets/

ankitkr3 commented 4 years ago

@nreimers thanks for uploading these models, can you please help with the pretrained roberta-large-nli-stsb-mean-tokens model also, at the huggingface it says deprecated. Also can you give an update when the power outage would be resolved. Thanks in advance.

nreimers commented 4 years ago

Hi @ankitkr3

I uploaded the two roberta models to sbert.net/models.

The power outage might take a bit longer. It appears that the server power supply was damaged during the outage and our system admins might need to get a new power supply for that server before it can come back online :/

nreimers commented 4 years ago

The server is back online :) https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/

DGaffney commented 4 years ago

Glad to see you put this to bed, @nreimers - must have been not too fun! Thanks for being in touch about it throughout.