Instructions to use Sai0720/Java_to_go_finetuner_Oct_9th_model_open-llama_3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sai0720/Java_to_go_finetuner_Oct_9th_model_open-llama_3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("h2oai/h2ogpt-gm-oasst1-en-2048-open-llama-3b") model = PeftModel.from_pretrained(base_model, "Sai0720/Java_to_go_finetuner_Oct_9th_model_open-llama_3b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!