Gerson Fabian Buenahora Ormaza commited on
Commit
8a0b276
1 Parent(s): fdb66d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,9 +15,9 @@ tags:
15
 
16
  GPT2Coder is a language model that uses openAI's GPT2 model architecture,
17
  the model was pre-trained on multiple code data focused on python and languages
18
- ​​​​such as Spanish and English. The pretrained model was finely tuned to handle
19
- the task of receiving textual input in the form of a code request and generating
20
- a code output.
21
 
22
  ## Model Details
23
 
 
15
 
16
  GPT2Coder is a language model that uses openAI's GPT2 model architecture,
17
  the model was pre-trained on multiple code data focused on python and languages
18
+ ​​​​such as Spanish and English.
19
+
20
+ - It is a pre-trained model in a medium amount of code, so it is not recommended to use it like this, but it is functional and serves uses such as fine tuning and other tasks.
21
 
22
  ## Model Details
23