Graph Machine Learning
PEFT
Safetensors
English
Text-Graph-to-Text
chemistry
material science
molecular design
Instructions to use liuganghuggingface/Llamole-Llama-3.1-8B-Instruct-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use liuganghuggingface/Llamole-Llama-3.1-8B-Instruct-Adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "liuganghuggingface/Llamole-Llama-3.1-8B-Instruct-Adapter") - Notebooks
- Google Colab
- Kaggle
Ctrl+K