Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
The Blank Space Filling Model is a Natural Language Processing (NLP) based web application that predicts the most suitable missing word in a sentence.
|
| 3 |
This project
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceTB/issues-kaggle-notebooks
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- distilbert/distilroberta-base
|
| 11 |
+
new_version: distilbert/distilroberta-base
|
| 12 |
+
pipeline_tag: fill-mask
|
| 13 |
+
library_name: transformers
|
| 14 |
+
tags:
|
| 15 |
+
- blanksfiller
|
| 16 |
+
---
|
| 17 |
|
| 18 |
The Blank Space Filling Model is a Natural Language Processing (NLP) based web application that predicts the most suitable missing word in a sentence.
|
| 19 |
This project
|