Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- pubmed
|
4 |
language:
|
5 |
- en
|
6 |
tags:
|
7 |
- BERT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# Model Card for Model ID
|
10 |
|
@@ -50,4 +55,11 @@ for txt, pred in zip(tokenizer.tokenize(text), pred):
|
|
50 |
print("{}\t{}".format(id2tag[pred], txt))
|
51 |
# B_MT mental
|
52 |
# B_MT disorder
|
53 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- BERT
|
6 |
+
- medical
|
7 |
+
pipeline_tag: token-classification
|
8 |
+
widget:
|
9 |
+
- text: 63 year old woman with history of CAD presented to ER
|
10 |
+
example_title: Example-1
|
11 |
+
- text: 63 year old woman diagnosed with CAD
|
12 |
+
example_title: Example-2
|
13 |
---
|
14 |
# Model Card for Model ID
|
15 |
|
|
|
55 |
print("{}\t{}".format(id2tag[pred], txt))
|
56 |
# B_MT mental
|
57 |
# B_MT disorder
|
58 |
+
```
|
59 |
+
|
60 |
+
## Framework versions
|
61 |
+
- transformers : 4.39.1
|
62 |
+
- torch : 2.1.0+cu121
|
63 |
+
- datasets : 2.18.0
|
64 |
+
- tokenizers : 0.15.2
|
65 |
+
- numpy : 1.20.0
|