Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
3 |
---
|
4 |
---
|
5 |
-
# Non-therapeutic Drug Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
base_model:
|
4 |
+
- google-bert/bert-base-cased
|
5 |
---
|
6 |
---
|
7 |
+
# Non-therapeutic Drug Use
|
8 |
+
|
9 |
+
Model Details
|
10 |
+
|
11 |
+
This model is designed to output a binary classification – 1 for yes and 0 for no – for the non-therapeutic use of a drug term. The drug for evaluation must be substituted with the term “DRUGTERM” before evaluation. It is fine-tuned for this use case from the model bert-based-cased (https://huggingface.co/google-bert/bert-base-cased). As such, it is case-sensitive; when used, do not convert the original text to all lowercase.
|
12 |
+
<ul>
|
13 |
+
<li>Author: Nikki Adams ([email protected]) </li>
|
14 |
+
|
15 |
+
<li>Developed at: National Center for Health Statistics, Centers for Disease Control and Prevention </li>
|
16 |
+
|
17 |
+
<li>Model Type: Text Classification </li>
|
18 |
+
|
19 |
+
<li>Language(s): English </li>
|
20 |
+
|
21 |
+
<li>License: Apache-2.0 </li>
|
22 |
+
</ul>
|