ravikumar1478
commited on
Commit
·
61c3c4f
1
Parent(s):
7a62d42
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,17 @@ Using this model we can predict the exact and contextual word which is already m
|
|
37 |
|
38 |
## Training and evaluation data
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
## Training procedure
|
43 |
|
|
|
37 |
|
38 |
## Training and evaluation data
|
39 |
|
40 |
+
Training data:
|
41 |
+
Required libraries like Trainer and Training arguments are imported from
|
42 |
+
transformers library. The after giving the Training arguments with our data we
|
43 |
+
train the model using train() method which takes 1 to 1 ½ hour depending upon
|
44 |
+
the size of our input data
|
45 |
+
|
46 |
+
Evaluating data:
|
47 |
+
In the hugging face after opening our model page there is an API in which We
|
48 |
+
give a Telugu Sentence as input with <mask> keyword and click the compute
|
49 |
+
button then the predicted words with their probabilities are displayed. Then we
|
50 |
+
check that words with the actual words and evaluated
|
51 |
|
52 |
## Training procedure
|
53 |
|