Text Classification
PEFT
Safetensors
English
healthcare
openmrs
sql-generation
nlp-to-sql
medical-informatics
electronic-health-records
clinical-data
text-to-sql
lora
Instructions to use thegeeksinfo/openmrs-nlp-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thegeeksinfo/openmrs-nlp-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NumbersStation/nsql-350M") model = PeftModel.from_pretrained(base_model, "thegeeksinfo/openmrs-nlp-sql") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!