Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: Transformers PHP
|
| 3 |
+
tags:
|
| 4 |
+
- onnx
|
| 5 |
+
- bert
|
| 6 |
+
datasets:
|
| 7 |
+
- bigbio/n2c2_2009
|
| 8 |
+
pipeline_tag: token-classification
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
https://huggingface.co/samrawal/bert-large-uncased_med-ner with ONNX weights to be compatible with Transformers PHP
|
| 12 |
+
|
| 13 |
+
A Named Entity Recognition model for medication entities (`medication name`, `dosage`, `duration`, `frequency`, `reason`).
|
| 14 |
+
|
| 15 |
+
The model has been trained on the i2b2 (now n2c2) dataset for the 2009 - Medication task. Please visit the n2c2 site to request access to the dataset.
|
| 16 |
+
---
|