Instructions to use mathury/Bio_ClinicalBERT-finetuned-mediQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathury/Bio_ClinicalBERT-finetuned-mediQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mathury/Bio_ClinicalBERT-finetuned-mediQA")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mathury/Bio_ClinicalBERT-finetuned-mediQA") model = AutoModelForSequenceClassification.from_pretrained("mathury/Bio_ClinicalBERT-finetuned-mediQA") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433375413
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c0ed66d45505b0d9c4cae71cfec85834cac0b183dbaab464e2371fc34841a2
|
| 3 |
size 433375413
|
runs/Mar22_18-53-25_d2218ad5dd62/events.out.tfevents.1679511220.d2218ad5dd62.605.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e4aafc0356285bc5afe240db193fbbd9d65fc66ac2ef8fe5c24f10396157ec3
|
| 3 |
+
size 9599
|