ashiqabdulkhader
commited on
Commit
·
6697f0a
1
Parent(s):
5a76bdd
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget :
|
|
12 |
# GPT2-Malayalam
|
13 |
|
14 |
## Model description
|
15 |
-
GPT2-Malayalam is a GPT-2
|
16 |
|
17 |
More precisely, inputs are sequences of continuous text of a certain length and the targets are the same sequence, shifted one token (word or piece of word) to the right. The model uses internally a mask-mechanism to make sure the predictions for the token i only uses the inputs from 1 to i but not the future tokens.
|
18 |
|
|
|
12 |
# GPT2-Malayalam
|
13 |
|
14 |
## Model description
|
15 |
+
GPT2-Malayalam is a GPT-2 transformer model fine Tuned on a large corpus of Malayalam data in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labelling them in any way with an automatic process to generate inputs and labels from those texts. More precisely, it was trained to guess the next word in sentences.
|
16 |
|
17 |
More precisely, inputs are sequences of continuous text of a certain length and the targets are the same sequence, shifted one token (word or piece of word) to the right. The model uses internally a mask-mechanism to make sure the predictions for the token i only uses the inputs from 1 to i but not the future tokens.
|
18 |
|