Instructions to use KapilPathak/gemma_summary_7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KapilPathak/gemma_summary_7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b") model = PeftModel.from_pretrained(base_model, "KapilPathak/gemma_summary_7b") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3225309928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e737ecce39e9fe79f4c19f213567c9003ab0c2afa7848df04343fe8316693e3
|
| 3 |
size 3225309928
|