Instructions to use RadAlienware/mis_mod_bn_2nd_phase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RadAlienware/mis_mod_bn_2nd_phase with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("intelsense/IntelsenseMistral1stPhase") model = PeftModel.from_pretrained(base_model, "RadAlienware/mis_mod_bn_2nd_phase") - Notebooks
- Google Colab
- Kaggle
checkpoint-41200-uploaded-manually
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1195438880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23df8b533575fe8f1e1c645c9fafd3330bfd23d934f92bc8076b15e87c94a7f0
|
| 3 |
size 1195438880
|