ayoolaolafenwa
commited on
Commit
·
08f790b
1
Parent(s):
3423c66
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
This is a masked language model that was trained on IMDB dataset using a finetuned DistilBERT model.
|
|
|
|
|
2 |
|
3 |
# Rest API Code for Testing the Masked Language Model
|
4 |
|
|
|
1 |
This is a masked language model that was trained on IMDB dataset using a finetuned DistilBERT model.
|
2 |
+
### Note:
|
3 |
+
I published a tutorial explaining how transformers work and how to train a masked language model using transformer. https://olafenwaayoola.medium.com/the-concept-of-transformers-and-training-a-transformers-model-45a09ae7fb50
|
4 |
|
5 |
# Rest API Code for Testing the Masked Language Model
|
6 |
|