Instructions to use ashimdahal/microsoft-git-base_microsoft-git-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashimdahal/microsoft-git-base_microsoft-git-base with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/git-base") model = PeftModel.from_pretrained(base_model, "ashimdahal/microsoft-git-base_microsoft-git-base") - Notebooks
- Google Colab
- Kaggle
checkpoint: Add adapter_model.bin
Browse files- adapter_model.bin +3 -0
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce998320e1cf3f8b9506942e1d33e5fcf8de0e7751c812aa0d74d5a7e1c6186f
|
| 3 |
+
size 4778490
|