AshtonIsNotHere
commited on
Commit
·
e5e2c3b
1
Parent(s):
8b843e6
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ language:
|
|
3 |
- en
|
4 |
tags:
|
5 |
- medical
|
|
|
6 |
---
|
7 |
|
8 |
### GatorTron-OG-breast-cancer
|
@@ -23,4 +24,4 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
23 |
model = AutoModelForQuestionAnswering.from_pretrained(
|
24 |
model_name
|
25 |
)
|
26 |
-
```
|
|
|
3 |
- en
|
4 |
tags:
|
5 |
- medical
|
6 |
+
pipeline_tag: fill-mask
|
7 |
---
|
8 |
|
9 |
### GatorTron-OG-breast-cancer
|
|
|
24 |
model = AutoModelForQuestionAnswering.from_pretrained(
|
25 |
model_name
|
26 |
)
|
27 |
+
```
|