about
portfolio
community
jobs
blog
contact
Tagged in docker-compose
Docker for beginners
24 September, 2020
Hello you all, in this article I'll try to explain the concepts of Docker and how you can dockerize your app with no suffering, so leeeeeet's go 🤓 -------------------------------------------------------------------------------- Objective The objective of this article is to provide you the actions needed to get an up and running application with Docker and docker-compose. You'll also learn how to upload and download it from local registries and the almighty Dockerhub. Have fun. ------------
Rhuan Silva
A few potential uses (and misuses) for GPT-3
11 August, 2020
GPT-3 is a 175 billion parameter autoregressive language model by OpenAI released in May 2020. It is a deep learning system that takes input in the form of human readable language and produces human readable output. The OpenAI team tested GPT-3 in Few-shot learning mode. The model is given a verbal description of the task and a few examples of context and completion at inference time. Then the machine is given another instance of context and expected to provide the completion. Two variations of
Adriano Marques
1