Text Classification
Transformers
PyTorch
English
bert
FHIR
Healthcare
Questions
text-embeddings-inference
Instructions to use fhirfly/medicalquestions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fhirfly/medicalquestions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fhirfly/medicalquestions")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fhirfly/medicalquestions") model = AutoModelForSequenceClassification.from_pretrained("fhirfly/medicalquestions", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b428da8620d76f4e6f6c04eb12ecc4fd2d62c8ab0481d9ec3f16f82ab0599c6d
- Size of remote file:
- 433 MB
- SHA256:
- 2aea71a69545e5b3b307ffeaa43add64752883ce0589d7ba15fd013016f4d547
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.