9 ms·
You can call any of the huggingface models [1] using their API [2]. A few examples: - https://huggingface.co/EleutherAI/gpt-j-6B https://huggingface.co/Eleuthe
by cpdomina 4y ago
You can call any of the huggingface models [1] using their API [2]. A few examples:
- https://huggingface.co/EleutherAI/gpt-j-6B https://huggingface.co/EleutherAI/gpt-j-6B
- https://huggingface.co/t5-base https://huggingface.co/t5-base
- https://huggingface.co/facebook/opt-66b https://huggingface.co/facebook/opt-66b
- https://huggingface.co/bigscience/bloomz-3b https://huggingface.co/bigscience/bloomz-3b
There are also other companies offering large models as a service:
- https://www.forefront.ai https://www.forefront.ai
- https://nlpcloud.com https://nlpcloud.com
- https://www.goose.ai https://www.goose.ai
- https://cohere.ai/generate https://cohere.ai/generate
[1] https://huggingface.co/models https://huggingface.co/models
[2] https://huggingface.co/inference-api https://huggingface.co/inference-api
- visarga 4y agoI wouldn't have suggested those models. Just use a semantically fine-tuned BERT. > GPT-3 Embeddings by @OpenAI was announced this week. I was excited and tested them on 20 datasets. Sadly they are worse than open models that are 1000 x smaller https://twitter.com/Nils_Reimers/status/1487014195568775173 https://twitter.com/Nils_Reimers/status/1487014195568775173 Get models here: https://sbert.net/docs/pretrained_models.html https://sbert.net/docs/pretrained_models.html