Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use intermezzo672/NHS-pubmedbert-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intermezzo672/NHS-pubmedbert-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="intermezzo672/NHS-pubmedbert-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("intermezzo672/NHS-pubmedbert-binary") model = AutoModelForSequenceClassification.from_pretrained("intermezzo672/NHS-pubmedbert-binary") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:196c9f8eb1c9f154abc352604e4ebe0825a088842e30b68c27762a7c8830b23f
|
| 3 |
size 437958648
|
runs/Mar26_05-36-15_d4944df8337e/events.out.tfevents.1711431376.d4944df8337e.190.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dcd5e54aa7acfc411caad712c1aef1fa03788ecd86aef08c2e292fd156e3daa
|
| 3 |
+
size 257313
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b8b81e2b186ed9274e33099ba17b3364de9d6c6864b4e54b0f89c3539ee943
|
| 3 |
size 4920
|