Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ license: mit
|
|
10 |
|
11 |
# Gemini
|
12 |
|
|
|
|
|
13 |
## Model description
|
14 |
|
15 |
Gemini is a transformer based on Google's T5 model. The model is pre-trained on approximately 800k code/description pairs and then fine-tuned on 10k higher-level explanations that were synthetically generated. Gemini is capable of summarization/explaining short to medium code snippets in:
|
|
|
10 |
|
11 |
# Gemini
|
12 |
|
13 |
+
For in-depth understanding of our model and methods, please see our blog [here](https://www.describe-ai.com/gemini)
|
14 |
+
|
15 |
## Model description
|
16 |
|
17 |
Gemini is a transformer based on Google's T5 model. The model is pre-trained on approximately 800k code/description pairs and then fine-tuned on 10k higher-level explanations that were synthetically generated. Gemini is capable of summarization/explaining short to medium code snippets in:
|