Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ Write a sentence and put 'miss1'(without quotes) at the place where you want to
|
|
9 |
For example, Mark is the cofounder of miss1
|
10 |
|
11 |
As it is fine tuned on IMDB dataset, therefore it's prediction will be somewhat related to movies.
|
12 |
-
<img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
|
13 |
"""
|
14 |
|
15 |
article = "Check out [my github repository](https://github.com/Neural-Net-Rahul/P3-Fine-tuning-a-masked-language-model) and my [fine tuned model](https://huggingface.co/neural-net-rahul/distilbert-finetuned-imdb)"
|
|
|
9 |
For example, Mark is the cofounder of miss1
|
10 |
|
11 |
As it is fine tuned on IMDB dataset, therefore it's prediction will be somewhat related to movies.
|
|
|
12 |
"""
|
13 |
|
14 |
article = "Check out [my github repository](https://github.com/Neural-Net-Rahul/P3-Fine-tuning-a-masked-language-model) and my [fine tuned model](https://huggingface.co/neural-net-rahul/distilbert-finetuned-imdb)"
|