NAdamsNCHS
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,17 +9,13 @@ base_model:
|
|
9 |
<ins>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])
|
14 |
-
|
15 |
-
<li>Developed at: National Center for Health Statistics, Centers for Disease Control and Prevention
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
|
19 |
-
<li>Language(s): English
|
20 |
-
|
21 |
-
<li>License: Apache-2.0
|
22 |
-
</ul>
|
23 |
|
24 |
<ins>Example Use
|
25 |
```
|
|
|
9 |
<ins>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 |
|
13 |
+
* Author: Nikki Adams ([email protected])
|
14 |
+
* Developed at: [National Center for Health Statistics](https://www.cdc.gov/nchs/index.htm), Centers for Disease Control and Prevention
|
15 |
+
* Model Type: Text Classification
|
16 |
+
* Language(s): English
|
17 |
+
* License: Apache-2.0
|
18 |
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<ins>Example Use
|
21 |
```
|