Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/Bio_ClinicalBERT_fold_9_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_9_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_9_binary_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_9_binary_v1") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/Bio_ClinicalBERT_fold_9_binary_v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
894e335
1
Parent(s): 260d451
End of training
Browse files- runs/Aug04_10-27-18_6acdbe36aa8f/1659609018.4750912/events.out.tfevents.1659609018.6acdbe36aa8f.72.25 +3 -0
- runs/Aug04_10-27-18_6acdbe36aa8f/events.out.tfevents.1659609018.6acdbe36aa8f.72.24 +3 -0
- runs/Aug04_10-27-18_6acdbe36aa8f/events.out.tfevents.1659610077.6acdbe36aa8f.72.26 +3 -0
- training_args.bin +1 -1
runs/Aug04_10-27-18_6acdbe36aa8f/1659609018.4750912/events.out.tfevents.1659609018.6acdbe36aa8f.72.25
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6affbff2318a730e29eb747498744f8675a3ccc6d36e3c50a0fe137061747fe
|
| 3 |
+
size 5452
|
runs/Aug04_10-27-18_6acdbe36aa8f/events.out.tfevents.1659609018.6acdbe36aa8f.72.24
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:931c1862069baf3e91c0c659ba1b6635a341e8468c5821dff22e977f663e29c2
|
| 3 |
+
size 14097
|
runs/Aug04_10-27-18_6acdbe36aa8f/events.out.tfevents.1659610077.6acdbe36aa8f.72.26
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:471c3c91becd3ce64ba8f57c0655287561ac69e4f6371f741977e8cb21587806
|
| 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:ea0290944eb4eff854420f9255e75e86b64cc73f2f5ff0a7bd23d21cceac30a3
|
| 3 |
size 3375
|