Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/Bio_ClinicalBERT_fold_2_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_2_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_2_binary_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_2_binary_v1") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_2_binary_v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5a5a60c
1
Parent(s): 564c18c
End of training
Browse files- runs/Aug04_07-50-28_6acdbe36aa8f/1659599596.7890038/events.out.tfevents.1659599596.6acdbe36aa8f.72.4 +3 -0
- runs/Aug04_07-50-28_6acdbe36aa8f/events.out.tfevents.1659599596.6acdbe36aa8f.72.3 +3 -0
- runs/Aug04_07-50-28_6acdbe36aa8f/events.out.tfevents.1659600644.6acdbe36aa8f.72.5 +3 -0
- training_args.bin +1 -1
runs/Aug04_07-50-28_6acdbe36aa8f/1659599596.7890038/events.out.tfevents.1659599596.6acdbe36aa8f.72.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc40b4163e69769cdb84c864e80788f50dd822139b8b50f9437820ea7f09857e
|
| 3 |
+
size 5452
|
runs/Aug04_07-50-28_6acdbe36aa8f/events.out.tfevents.1659599596.6acdbe36aa8f.72.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19acdac4079c35e100c127c546e773ca7fd3366e49481af9090b2714b194120b
|
| 3 |
+
size 14097
|
runs/Aug04_07-50-28_6acdbe36aa8f/events.out.tfevents.1659600644.6acdbe36aa8f.72.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a28084c4c7c6348fed8aa7fe6d749ff04d8bf3daf360a341fa8e152ec9581baf
|
| 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:66d440047cd495aeb34f52d62b7791047ccd6c736a39bb872bf7e5c4c57cbc78
|
| 3 |
size 3375
|