Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/Bio_ClinicalBERT_fold_7_binary_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elopezlopez/Bio_ClinicalBERT_fold_7_binary_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="elopezlopez/Bio_ClinicalBERT_fold_7_binary_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_7_binary_v1") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_7_binary_v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
5b1fe4b
1
Parent(s): f036ddd
End of training
Browse files- runs/Aug04_09-42-48_6acdbe36aa8f/1659606344.4738228/events.out.tfevents.1659606344.6acdbe36aa8f.72.19 +3 -0
- runs/Aug04_09-42-48_6acdbe36aa8f/events.out.tfevents.1659606344.6acdbe36aa8f.72.18 +3 -0
- runs/Aug04_09-42-48_6acdbe36aa8f/events.out.tfevents.1659607394.6acdbe36aa8f.72.20 +3 -0
- training_args.bin +1 -1
runs/Aug04_09-42-48_6acdbe36aa8f/1659606344.4738228/events.out.tfevents.1659606344.6acdbe36aa8f.72.19
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f64747a9f7c2c3a73bcda7dff877c6300777d0121cec5a4b50b1bfe4eb233403
|
| 3 |
+
size 5452
|
runs/Aug04_09-42-48_6acdbe36aa8f/events.out.tfevents.1659606344.6acdbe36aa8f.72.18
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:067ed5346870c8c826e4f82a5921afe0c915c9c1541d5e804bafb7968847f9f8
|
| 3 |
+
size 14097
|
runs/Aug04_09-42-48_6acdbe36aa8f/events.out.tfevents.1659607394.6acdbe36aa8f.72.20
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:999d001de0e3fc0f1ad8792d5b3b7de1079397f777cf0b686a75fcc76314376c
|
| 3 |
+
size 357
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba4fafe91e94237f1357767359d561b7818934d055854e551e784cda07301f3e
|
| 3 |
size 3375
|