Instructions to use dementor-research/sft_chatbot_arena_llama-3.1-8b_as_gemma-4-31b_seed42 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dementor-research/sft_chatbot_arena_llama-3.1-8b_as_gemma-4-31b_seed42 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "dementor-research/sft_chatbot_arena_llama-3.1-8b_as_gemma-4-31b_seed42") - Notebooks
- Google Colab
- Kaggle
add adapter weights
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8326dfc4efa3cf80691ce0c9e7ffe9071bc60e501407010311b436eb40744a6c
|
| 3 |
+
size 335604696
|