Text Classification
Transformers
Joblib
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Iloriayomide/my-symptom-checker-biobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Iloriayomide/my-symptom-checker-biobert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Iloriayomide/my-symptom-checker-biobert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Iloriayomide/my-symptom-checker-biobert") model = AutoModelForSequenceClassification.from_pretrained("Iloriayomide/my-symptom-checker-biobert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433338440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50b60e3e231f973b270723fc402ff4613fcf3719e973fb9702c3e9b07db0a4c5
|
| 3 |
size 433338440
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29d12501a14e702bd3abd2d8bdb4d1c6196970c952d10ec7fb6e37cfcb56d393
|
| 3 |
size 5841
|