Text Classification
Transformers
PyTorch
TensorBoard
bert
metascience
psychology
openscience
abstracts
text-embeddings-inference
Instructions to use ClinicalMetaScience/NegativeResultDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ClinicalMetaScience/NegativeResultDetector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ClinicalMetaScience/NegativeResultDetector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ClinicalMetaScience/NegativeResultDetector") model = AutoModelForSequenceClassification.from_pretrained("ClinicalMetaScience/NegativeResultDetector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8288e10
1
Parent(s): 5e13969
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439748401
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29abc7879632bec193b4f3f1cea1a6330d477aad1de9cd8e4edc50fdc1157db1
|
| 3 |
size 439748401
|
runs/Aug01_16-05-12_46d8b8ac8e8e/events.out.tfevents.1690905924.46d8b8ac8e8e.235.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:4e13766341993a3331d623f0ce4f79b30fc65942fe43788806ea073647954dcb
|
| 3 |
+
size 11358
|