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
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ language:
|
|
| 9 |
- en
|
| 10 |
pipeline_tag: graph-ml
|
| 11 |
library_name: peft
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Model Card for Model ID
|
|
|
|
| 9 |
- en
|
| 10 |
pipeline_tag: graph-ml
|
| 11 |
library_name: peft
|
| 12 |
+
datasets:
|
| 13 |
+
- liuganghuggingface/Llamole-MolQA
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Card for Model ID
|