Instructions to use minoD/GOMESS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use minoD/GOMESS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("rinna/japanese-gpt-neox-3.6b") model = PeftModel.from_pretrained(base_model, "minoD/GOMESS") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34059f6965c33c0494f96617e4ba1d11a34d9fdf1f8e8137da009210c2f1465e
|
| 3 |
+
size 12986536
|