Text Generation
PEFT
Safetensors
rare-disease
clinical-nlp
phenotype-extraction
hpo
lora
llama-2
conversational
Instructions to use shyrcathy/rare-phenix-llama2-13b-raredis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shyrcathy/rare-phenix-llama2-13b-raredis with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "shyrcathy/rare-phenix-llama2-13b-raredis") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!