Instructions to use shibu-phys/arise-japanese-guardrail-gemma2b-lora-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shibu-phys/arise-japanese-guardrail-gemma2b-lora-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-jpn-it") model = PeftModel.from_pretrained(base_model, "shibu-phys/arise-japanese-guardrail-gemma2b-lora-adapter") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ The model classifies an incoming user query as **“allow”** or **“deny”**
|
|
| 43 |
|
| 44 |
*(Keys remain in Japanese for backward compatibility.)*
|
| 45 |
|
| 46 |
-
For more details, please refer to [our blog post]().
|
| 47 |
|
| 48 |
---
|
| 49 |
|
|
|
|
| 43 |
|
| 44 |
*(Keys remain in Japanese for backward compatibility.)*
|
| 45 |
|
| 46 |
+
For more details, please refer to [our blog post](https://www.ariseanalytics.com/tech-info/20250718).
|
| 47 |
|
| 48 |
---
|
| 49 |
|