Upload ./ with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,14 +14,11 @@ widget:
|
|
14 |
|
15 |
# VetBERT Disease Syndrome Classifier
|
16 |
|
17 |
-
|
18 |
|
19 |
<!-- Provide a quick summary of what the model is/does. -->
|
20 |
This pretrained model is designed for performing NLP tasks related to veterinary clinical notes. The [Domain Adaptation and Instance Selection for Disease Syndrome Classification over Veterinary Clinical Notes](https://aclanthology.org/2020.bionlp-1.17) (Hur et al., BioNLP 2020) paper introduced VetBERT model: an initialized Bert Model with ClinicalBERT (Bio+Clinical BERT) and further pretrained on the [VetCompass Australia](https://www.vetcompass.com.au/) corpus for performing tasks specific to veterinary medicine.
|
21 |
|
22 |
-
There is also a finetuned version of the VetBERT model called [VetBERTDx](https://huggingface.co/havocy28/VetBERTDx), designed to classify the disease syndrome within a veterinary clinical note.
|
23 |
-
|
24 |
-
|
25 |
## Pretraining Data
|
26 |
|
27 |
The VetBERT model was initialized from [Bio_ClinicalBERT model](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT), which was initialized from BERT. The VetBERT model was trained on over 15 million veterinary clincal Records and 1.3 Billion tokens.
|
|
|
14 |
|
15 |
# VetBERT Disease Syndrome Classifier
|
16 |
|
17 |
+
This is a finetuned version of the VetBERT model, designed to classify the disease syndrome within a veterinary clinical note.
|
18 |
|
19 |
<!-- Provide a quick summary of what the model is/does. -->
|
20 |
This pretrained model is designed for performing NLP tasks related to veterinary clinical notes. The [Domain Adaptation and Instance Selection for Disease Syndrome Classification over Veterinary Clinical Notes](https://aclanthology.org/2020.bionlp-1.17) (Hur et al., BioNLP 2020) paper introduced VetBERT model: an initialized Bert Model with ClinicalBERT (Bio+Clinical BERT) and further pretrained on the [VetCompass Australia](https://www.vetcompass.com.au/) corpus for performing tasks specific to veterinary medicine.
|
21 |
|
|
|
|
|
|
|
22 |
## Pretraining Data
|
23 |
|
24 |
The VetBERT model was initialized from [Bio_ClinicalBERT model](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT), which was initialized from BERT. The VetBERT model was trained on over 15 million veterinary clincal Records and 1.3 Billion tokens.
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|