AshtonIsNotHere
commited on
Commit
•
fdfef16
1
Parent(s):
434255c
Added mask token to model card widget
Browse filesMore info here: https://github.com/huggingface/transformers/issues/11884
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
tags:
|
5 |
- medical
|
6 |
pipeline_tag: fill-mask
|
|
|
7 |
widget:
|
8 |
- text: "This research study is studying a combination of drugs as a possible treatment for metastatic triple-negative [MASK] cancer."
|
9 |
example_title: "Trial Summary"
|
|
|
4 |
tags:
|
5 |
- medical
|
6 |
pipeline_tag: fill-mask
|
7 |
+
mask_token: "[MASK]"
|
8 |
widget:
|
9 |
- text: "This research study is studying a combination of drugs as a possible treatment for metastatic triple-negative [MASK] cancer."
|
10 |
example_title: "Trial Summary"
|