Instructions to use Ino4Dev/sampleTrainModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ino4Dev/sampleTrainModel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Ino4Dev/sampleTrainModel") model = PeftModel.from_pretrained(base_model, "Ino4Dev/sampleTrainModel") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134264202
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7ced57be1584155c00f850dae1032587ae19fd8294ae49ef5d0cf89f37ea24d
|
| 3 |
size 134264202
|