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
Upload connector/lm_to_graph_predictor.pt with huggingface_hub
Browse files
connector/lm_to_graph_predictor.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43a63fb417b347c54edb490ccf654a20d3725b93fddf78087801e883c60a3c88
|
| 3 |
+
size 6294636
|