land14 commited on
Commit
aa5c52e
1 Parent(s): 2db7212

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Gemini is a transformer based on Google's T5 model. The model is pre-trained on
25
 
26
  And outputs a description in English.
27
 
28
- ## Intended uses & limitations
29
 
30
  Gemini without any additional fine-tuning is capable of explaining code in a sentence or two and typically performs best in Python and Javascript. We recommend using Gemini for either simple code explanation, documentation or producing more synthetic data to improve its explanations.
31
 
 
25
 
26
  And outputs a description in English.
27
 
28
+ ## Intended uses
29
 
30
  Gemini without any additional fine-tuning is capable of explaining code in a sentence or two and typically performs best in Python and Javascript. We recommend using Gemini for either simple code explanation, documentation or producing more synthetic data to improve its explanations.
31